Skip to content

Commit 2b87d5d

Browse files
committed
fix node.js name
1 parent 8e56f79 commit 2b87d5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ return function (WasmPath)
365365
if (isNode) {
366366
/// Was it called directly?
367367
if (require.main === module) {
368-
stockfish = STOCKFISH(require("path").join(__dirname, "stockfish-single.wasm"));
368+
stockfish = STOCKFISH(require("path").join(__dirname, "stockfish.wasm"));
369369

370370
stockfish.onmessage = function onlog(line)
371371
{

src/stockfish.asm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/stockfish.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)