We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a57a33 commit c49697cCopy full SHA for c49697c
scripts/beacon.bat
@@ -1,4 +1,4 @@
1
@ECHO OFF
2
-setx NODE_PATH "dist-examples/src;dist-examples/examples/randomness-beacon" > $null
+setx NODE_PATH "dist-examples/src;dist-examples/examples/randomness-beacon" > NUL
3
@ECHO ON
4
node ./dist-examples/examples/randomness-beacon/index.js
scripts/chat.bat
@@ -1,5 +1,5 @@
-setx NODE_PATH "dist-examples/src;dist-examples/examples/chat" > $null
+setx NODE_PATH "dist-examples/src;dist-examples/examples/chat" > NUL
5
node ./dist-examples/examples/chat/index.js
0 commit comments