Skip to content

Commit 962ed18

Browse files
author
Ben Newman
committed
Pass --no-wasm-code-gc to node.exe in meteor.bat (Windows).
1 parent bb1c8f2 commit 962ed18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meteor.bat

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ SET NODE_PATH=%~dp0\dev_bundle\lib\node_modules
4747
SET BABEL_CACHE_DIR=%~dp0\.babel-cache
4848

4949
"%~dp0\dev_bundle\bin\node.exe" ^
50+
--no-wasm-code-gc ^
5051
%TOOL_NODE_FLAGS% ^
5152
"%~dp0\tools\index.js" %*
5253

0 commit comments

Comments
 (0)