We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612e031 commit 864ddd4Copy full SHA for 864ddd4
lib/scworker.js
@@ -262,8 +262,8 @@ SCWorker.prototype.start = function () {
262
263
// Run the initController to initialize the global context
264
if (this._paths.appInitControllerPath != null) {
265
- this._initController = require(this._paths.appInitControllerPath);
266
- this._initController.run(this);
+ this._initController = require(this._paths.appInitControllerPath);
+ this._initController.run(this);
267
}
268
269
this._workerController = require(this._paths.appWorkerControllerPath);
0 commit comments