Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
fix an broken question.
Browse files Browse the repository at this point in the history
Fixes #1274.
  • Loading branch information
xenyou authored and koichik committed Jul 6, 2011
1 parent 1c174cc commit 82cfdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/_debugger.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ Interface.prototype.yesNoQuestion = function(prompt, cb) {
cb(false); cb(false);
} else { } else {
console.log('Please answer y or n.'); console.log('Please answer y or n.');
self.restartQuestion(cb); self.yesNoQuestion(prompt, cb);
} }
}); });
}; };
Expand Down

0 comments on commit 82cfdb8

Please sign in to comment.