зеркало из https://github.com/mozilla/pjs.git
[Not part of mozilla build]. Fix for bug pointed out by Celso Aguiar <caguiar@Adobe.COM>.
This commit is contained in:
Родитель
4cc60a003c
Коммит
2a65a69e81
|
@ -70,7 +70,7 @@ function errorReporterHook(msg, filename, lineno, lineBuf, tokenOffset)
|
|||
|
||||
var answer = -1
|
||||
while(-1 == answer) {
|
||||
switch(prompt("[E]at [i]gnore [p]ass along [d]ebug ? ")) {
|
||||
switch(prompt("[E]at [i]gnore [p]ass along [d]ebug ?").substr(0,1)) {
|
||||
case "I":
|
||||
case "i":
|
||||
answer = jsd.JSD_ERROR_REPORTER_RETURN;
|
||||
|
|
Загрузка…
Ссылка в новой задаче