迷途小码农
Results
1
issues of
迷途小码农
Debugging + cluster.fork in vscode results in an error Unknown or unexpected option:--inspect-port
4
file:app.ts code: if (cluster.isPrimary) { cluster.fork() }else{ console.log("start") } The above code is run with the command: node-ts app.ts. It works well. But if you debug it through vscode and...