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;
|
var result;
|
||||||
try {
|
try {
|
||||||
result = JSON.parse(readTextFile(jsonFile));
|
result = JSON.parse(readTextFile(jsonFile));
|
||||||
$.writeln(readTextFile(jsonFile));
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw new Error('No animation result. Animation was probably canceled.');
|
throw new Error('No animation result. Animation was probably canceled.');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue