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.
- package/bin/dcp-worker +1 -0
- 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
|
{
|