You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node script.mjs results in require.main being undefined. I'm addressing this within the next version of tap at tapjs/libtap#21. A bit ugly but I'm using process.argv[1] as long as we're not in REPL and we're not evaluating with any form of node -p or node -e.
The text was updated successfully, but these errors were encountered:
node script.mjs
results inrequire.main
being undefined. I'm addressing this within the next version of tap at tapjs/libtap#21. A bit ugly but I'm usingprocess.argv[1]
as long as we're not in REPL and we're not evaluating with any form ofnode -p
ornode -e
.The text was updated successfully, but these errors were encountered: