dcp-worker 3.2.30-1 → 3.2.30-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/dcp-worker +1 -0
  2. package/package.json +1 -1
package/bin/dcp-worker CHANGED
@@ -358,6 +358,7 @@ async function main()
358
358
  startWorkerLogger(worker, cliArgs);
359
359
 
360
360
  require('../lib/remote-console').setMainEval(function mainEval() { return eval(arguments[0]) });
361
+ require('../lib/remote-console').reintercept();
361
362
 
362
363
  if (dcpWorkerOptions.publicGroupFallback)
363
364
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcp-worker",
3
- "version": "3.2.30-1",
3
+ "version": "3.2.30-2",
4
4
  "description": "JavaScript portion of DCP Workers for Node.js",
5
5
  "main": "bin/dcp-worker",
6
6
  "keywords": [