Merge pull request #57 from DanielSWolf/bugfix/#56-script-editor-pops-up
Prevent debug info from popping up
This commit is contained in:
commit
357cb0b65e
|
@ -622,7 +622,6 @@ function createDialogWindow() {
|
|||
var result;
|
||||
try {
|
||||
result = JSON.parse(readTextFile(jsonFile));
|
||||
$.writeln(readTextFile(jsonFile));
|
||||
} catch (e) {
|
||||
throw new Error('No animation result. Animation was probably canceled.');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue