summaryrefslogtreecommitdiff
path: root/js/Branching/GOTOMO.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/GOTOMO.js')
-rw-r--r--js/Branching/GOTOMO.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Branching/GOTOMO.js b/js/Branching/GOTOMO.js
index 285109a1..349cc175 100644
--- a/js/Branching/GOTOMO.js
+++ b/js/Branching/GOTOMO.js
@@ -44,6 +44,7 @@ function GOTOMO() {
this.tagvis = int(this.tagvis);
if (((this.tagvis<1)||(this.tagvis>3))) {
message("Tag Visibility must be between 1 and 3");
+ throw "user error";
var ok = false;
}
if (ok) {