Skip to content

Commit ac45746

Browse files
committed
fix proxy worker relative path
1 parent 7610197 commit ac45746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/proxy/Proxy.worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Convert from 'ansi-to-html'
44
const convert = new Convert()
55

66
global.window = self
7-
global.importScripts('../assets/mineflayer.js')
7+
global.importScripts('assets/mineflayer.js')
88
let bot = null
99

1010
const emit = (type, ...params) => {

0 commit comments

Comments
 (0)