summaryrefslogtreecommitdiff
path: root/www/js/imachine.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/imachine.js')
-rw-r--r--www/js/imachine.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/imachine.js b/www/js/imachine.js
index 694aea5..37ce701 100644
--- a/www/js/imachine.js
+++ b/www/js/imachine.js
@@ -21,8 +21,9 @@ html5ks.imachine = {
case "act_op":
case "iscene":
html5ks.api[inst.label].call(html5ks.api, inst['arguments'][0][0][1]).then(runInst, deferred.reject);
+ break;
default:
- throw new Error('unknown Call label');
+ throw new Error('unknown Call label: ' + inst.label);
}
break;
case 'UserStatement':