Skip to content

Commit 60d83ec

Browse files
author
Spinelli Valentinuzzi
authored
Update bundle-html-scripts.js
1 parent 9fc9bab commit 60d83ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bundle-html-scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function ExtractBundle(file, skip, verbose) {
1515
var found = 0;
1616

1717
// If their is no new data found in 15 seconds, atleast one server hung
18-
// so check if lastfound(15 seconds ago) === found(nowish) and exit if true.
18+
// so check if lastfound(15 seconds ago) === found(nowish) exit.
1919
(function forever(lastfound) {
2020
setTimeout(()=>{ if(found === lastfound) !console.log("Atleast 1 server hung.") && process.exit(1); else forever(found) }, 15000)
2121
})();

0 commit comments

Comments
 (0)