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 2f14136 commit 9ca3b76Copy full SHA for 9ca3b76
bin/simulator.js
@@ -25,7 +25,7 @@ main().catch(onerror)
25
26
async function main () {
27
if (!argv._.length) return console.error(help)
28
- const scriptPath = p.resolve(argv._[0])
+ const scriptPath = p.resolve(argv._[0].toString())
29
const simulatorId = `hyperspace-simulator-${process.pid}`
30
process.env.HYPERSPACE_SOCKET = simulatorId
31
0 commit comments