background-worker
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "background-worker", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Execute tasks on Web Workers without seperate files.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -254,3 +254,3 @@ "use strict"; | ||
function setupChildProcess( self ) { | ||
self._childProcess = child_process.fork( './nodeworker.js' ) | ||
self._childProcess = child_process.fork( __dirname + '/nodeworker.js' ) | ||
for( var i = 0; i < self.definitions.length; i++ ) { | ||
@@ -257,0 +257,0 @@ if( typeof self.definitions[i].val === 'function' ) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21584