remove test code

This commit is contained in:
LittleBoy 2021-02-25 17:43:56 +08:00
parent afbb62d536
commit 99fedaaca7

View File

@ -31,7 +31,7 @@ class childProcess {
var extend = require('util')._extend; var extend = require('util')._extend;
opt = extend(defaultOpt, option); opt = extend(defaultOpt, option);
} }
opt.args = ['pos'].concat(opt.args); //opt.args = ['pos'].concat(opt.args);
function S4() { function S4() {
return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1); return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);
}; };