Skip to content

Commit 9ca3b76

Browse files
committed
toString simulator path
1 parent 2f14136 commit 9ca3b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/simulator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ main().catch(onerror)
2525

2626
async function main () {
2727
if (!argv._.length) return console.error(help)
28-
const scriptPath = p.resolve(argv._[0])
28+
const scriptPath = p.resolve(argv._[0].toString())
2929
const simulatorId = `hyperspace-simulator-${process.pid}`
3030
process.env.HYPERSPACE_SOCKET = simulatorId
3131

0 commit comments

Comments
 (0)