Skip to content

Commit 331b60e

Browse files
committed
style: code format
1 parent 0786e00 commit 331b60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monaco/vue.worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ self.onmessage = async (msg: MessageEvent<WorkerMessage>) => {
100100

101101
async function importTsFromCdn(tsVersion: string) {
102102
const _module = globalThis.module
103-
; (globalThis as any).module = { exports: {} }
103+
;(globalThis as any).module = { exports: {} }
104104
const tsUrl = `https://cdn.jsdelivr.net/npm/typescript@${tsVersion}/lib/typescript.js`
105105
await import(/* @vite-ignore */ tsUrl)
106106
const ts = globalThis.module.exports

0 commit comments

Comments
 (0)