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
Using node -e "require('readdir-cluster')(process.cwd(), console.log, console.log)" will fail as the node eval will mean readdir-cluster does not run in the master process, so cluster.setupMaster does not exist. In such circumstances, which we cannot control, we should fallback gracefully, either to spawn #3 or a normal readdir.
The text was updated successfully, but these errors were encountered:
Using
node -e "require('readdir-cluster')(process.cwd(), console.log, console.log)"
will fail as the node eval will mean readdir-cluster does not run in the master process, socluster.setupMaster
does not exist. In such circumstances, which we cannot control, we should fallback gracefully, either to spawn #3 or a normal readdir.The text was updated successfully, but these errors were encountered: