Comparing version 0.5.2 to 0.5.3
@@ -35,5 +35,3 @@ var through = require('through'); | ||
var lastDep; | ||
b.on('dep', function (dep) { | ||
lastDep = dep; | ||
queuedDeps[dep.id] = dep; | ||
@@ -84,5 +82,6 @@ }); | ||
outStream.on('error', function (err) { | ||
var updated = false; | ||
b.once('update', function () { updated = true }); | ||
if (err.type === 'not found') { | ||
var updated = false; | ||
b.once('update', function () { updated = true }); | ||
(function f () { | ||
@@ -96,3 +95,2 @@ if (updated) return; | ||
} | ||
else close() | ||
}); | ||
@@ -99,0 +97,0 @@ outStream.on('close', close); |
{ | ||
"name": "watchify", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "watch mode for browserify builds", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8893
10
150