We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d53518 commit 615b6ecCopy full SHA for 615b6ec
1 file changed
v1/core/workerMgr.js
@@ -4,7 +4,6 @@ var eom1 = "\x0e";
4
var eom2 = "\x0f";
5
var CSVError = require('./CSVError');
6
function workerMgr() {
7
- var spawn = require("child_process").spawn;
8
var exports = {
9
initWorker: initWorker,
10
sendWorker: sendWorker,
0 commit comments