迷途小码农

Results 1 issues of 迷途小码农

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...