mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp
This commit is contained in:
commit
3555c2ba4f
@ -73,7 +73,7 @@ var reset = function() {
|
||||
setTimeout( function() {
|
||||
endLoading();
|
||||
console.log("resetting on fatal plugin error");
|
||||
codeOutput.setValue('Infinite loop or fatal error!');
|
||||
codeOutput.setValue("Sorry, your code is either too slow, has a fatal error, or contains an infinite loop.");
|
||||
reset();
|
||||
}, 10);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user