We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe722a commit bad8bf7Copy full SHA for bad8bf7
packages/app/src/sandbox/index.js
@@ -27,7 +27,7 @@ const debug = _debug('cs:sandbox');
27
export const SCRIPT_VERSION =
28
document.currentScript && document.currentScript.src;
29
30
-debug('Booting sandbox');
+debug('Booting sandbox v2');
31
32
requirePolyfills().then(() => {
33
registerServiceWorker('/sandbox-service-worker.js', {});
0 commit comments