This commit is contained in:
Michael Q Larson
2015-03-01 15:39:55 -08:00

View File

@ -73,7 +73,7 @@ var reset = function() {
setTimeout( function() { setTimeout( function() {
endLoading(); endLoading();
console.log("resetting on fatal plugin error"); 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(); reset();
}, 10); }, 10);
}); });