Skip to content

Commit 5435820

Browse files
committed
correctly track run attempts
Forgot to actually assign 'tried'…
1 parent 5ad8284 commit 5435820

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api.js

+1
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ Api.prototype.run = function (files, options) {
244244
var tried = false;
245245
function tryRun() {
246246
if (!tried && !bailed) {
247+
tried = true;
247248
unreportedFiles--;
248249
if (unreportedFiles === 0) {
249250
run();

0 commit comments

Comments
 (0)