Skip to content

Commit bf5ef66

Browse files
committed
Fix build
1 parent 86044dd commit bf5ef66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/prepare.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function downloadDepends() {
2121
downloadTo(`${config.emmyDebuggerUrl}/${config.emmyDebuggerVersion}/darwin-x64.zip`, 'temp/darwin-x64.zip'),
2222
downloadTo(`${config.emmyDebuggerUrl}/${config.emmyDebuggerVersion}/win32-x86.zip`, 'temp/win32-x86.zip'),
2323
downloadTo(`${config.emmyDebuggerUrl}/${config.emmyDebuggerVersion}/win32-x64.zip`, 'temp/win32-x64.zip'),
24-
downloadTo(`${config.newLanguageServerUrl}/${config.newLanguageServerVersion}/${args[2]}`, args[2])
24+
downloadTo(`${config.newLanguageServerUrl}/${config.newLanguageServerVersion}/${args[2]}`, `temp/${args[2]}`)
2525
]);
2626
}
2727

0 commit comments

Comments
 (0)