From 4d1e8bb193a7315a8fcfe1e09c33befdee660b7d Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Wed, 18 Jul 2018 15:33:44 +0530 Subject: add throw after message() --- js/Sinks/CFSCOPE.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/Sinks/CFSCOPE.js') diff --git a/js/Sinks/CFSCOPE.js b/js/Sinks/CFSCOPE.js index 1fefd8a9..57294d55 100644 --- a/js/Sinks/CFSCOPE.js +++ b/js/Sinks/CFSCOPE.js @@ -85,6 +85,7 @@ function CFSCOPE() { } if (!ok) { message([["Some specified values are inconsistent:"],[" "],[mess]]); + throw "user error"; } if (ok) { if (this.wpos==[]) { -- cgit