midgard-yarn
Advanced tools
Comparing version 1.23.14 to 1.23.15-beta
{ | ||
"name": "midgard-yarn", | ||
"installationMethod": "tar", | ||
"version": "1.23.14", | ||
"version": "1.23.15-beta", | ||
"license": "BSD-2-Clause", | ||
@@ -6,0 +6,0 @@ "preferGlobal": true, |
@@ -9,3 +9,3 @@ // @flow | ||
// Safety short circuit in case we somehow start a worker with nothing. | ||
running === 0 && o.port.postMessage(''); | ||
running === 0 && parentPort.postMessage(''); | ||
@@ -15,6 +15,6 @@ o.actions.forEach(a => { | ||
if (err) { | ||
o.port.emit('error', err); | ||
parentPort.emit('error', err); | ||
} else { | ||
running -= 1; | ||
running === 0 && o.port.postMessage(''); | ||
running === 0 && parentPort.postMessage(''); | ||
} | ||
@@ -24,4 +24,4 @@ }); | ||
} catch (e) { | ||
o.port.emit('error', e); | ||
parentPort.emit('error', e); | ||
} | ||
}); |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5329547
2