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
Hi, trying to run a node script with --expose-gc. How would this be possible? Can't find an example in README.
nf run 'node --expose-gc' app.js
gives
/bin/sh: line 1: node --expose-gc: command not found
nf run node --expose-gc app.js
gives
error: unknown option `--expose-gc'
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, trying to run a node script with
--expose-gc
. How would this be possible? Can't find an example in README.Thanks!
The text was updated successfully, but these errors were encountered: