ps and top Terminal commands now show script pid. Updated version and changelog

This commit is contained in:
danielyxie
2019-06-27 00:01:06 -07:00
parent 3a374de210
commit e3a74f23a1
3 changed files with 43 additions and 56 deletions
+1 -1
View File
@@ -409,7 +409,7 @@ function processNetscript1Imports(code, workerScript) {
}
/**
*
* Find and return the next availble PID for a script
*/
let pidCounter = 1;
function generateNextPid() {