Skip to content

Commit

Permalink
Update workerMgr.js (#303)
Browse files Browse the repository at this point in the history
removing an unused variable
  • Loading branch information
tlhunter authored and Keyang committed Jun 20, 2019
1 parent 8d53518 commit 615b6ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v1/core/workerMgr.js
Expand Up @@ -4,7 +4,6 @@ var eom1 = "\x0e";
var eom2 = "\x0f";
var CSVError = require('./CSVError');
function workerMgr() {
var spawn = require("child_process").spawn;
var exports = {
initWorker: initWorker,
sendWorker: sendWorker,
Expand Down

0 comments on commit 615b6ec

Please sign in to comment.