Raymond Hill 2024-01-27 08:56:00 -05:00
parent cd736b515c
commit fa162e2a31
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
(( ) => {
if ( typeof vAPI !== 'object' || vAPI === null ) { return; }
if ( vAPI.bcSecret instanceof self.BroadcastChannel === false ) { return; }
vAPI.bcSecret.postMessage('setScriptletLogLevelOne');
vAPI.bcSecret.postMessage('setScriptletLogLevelToOne');
})();