Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Feb 5, 2024
1 parent 08be0f4 commit c0c742f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/services/compiler/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ module.exports = options => new Compiler({
commands: [
"npm install",
"node esbuild.js",
options => `extism-js dist/index.js -i index.d.ts -o ${options.wasmName}.wasm`]
options => `extism-js dist/index.js -o ${options.wasmName}.wasm`]
});

0 comments on commit c0c742f

Please sign in to comment.