Refactor error message from bonfire

pull/119/merge
Nathan Leniz 2015-03-01 09:54:03 +09:00
parent ea9691de1c
commit 50b29eb2ba
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});