Skip to content

Commit 80fc72a

Browse files
committed
Fix Less typo
1 parent 890fe1f commit 80fc72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/sandbox/eval/transpilers/less/less-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ self.window.document = {
1818
};
1919

2020
self.importScripts(
21-
`${process.env.CODESANDBOX_HOST || ''}/static/js/less.min.js']`
21+
`${process.env.CODESANDBOX_HOST || ''}/static/js/less.min.js`
2222
);
2323

2424
self.postMessage('ready');

0 commit comments

Comments
 (0)