diff options
Diffstat (limited to 'js/Misc/CBLOCK.js')
-rw-r--r-- | js/Misc/CBLOCK.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Misc/CBLOCK.js b/js/Misc/CBLOCK.js index 358b939f..91cec33f 100644 --- a/js/Misc/CBLOCK.js +++ b/js/Misc/CBLOCK.js @@ -99,6 +99,7 @@ function CBLOCK() { if ([[this.ci],[this.co]]!=[]) { if (max([[this.ci],[this.co]])>1) { message("vector event links not supported"); + throw "user error"; var ok = false; } } |