diff options
Diffstat (limited to 'js/Misc/DEBUG.js')
-rw-r--r-- | js/Misc/DEBUG.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Misc/DEBUG.js b/js/Misc/DEBUG.js index 5e84861b..3535d543 100644 --- a/js/Misc/DEBUG.js +++ b/js/Misc/DEBUG.js @@ -31,13 +31,13 @@ exprs[2-1]=txt; if ((scicos_debug()!=2&&scicos_debug()!=3)) { scicos_debug(2); } -break +break; } else { message(["Error in the instructions",lasterror()]); } } else { ok=false; -break +break; } } if (ok) { |