Browse Source

fix_bug_switch: add validation to tbel mew msg

pull/8733/head
nickAS21 3 years ago
parent
commit
f534e2db64
  1. 2
      ui-ngx/src/app/shared/models/ace/tbel/worker-tbel.js

2
ui-ngx/src/app/shared/models/ace/tbel/worker-tbel.js

@ -11271,7 +11271,7 @@ var errors = {
E065: "Functions defined outside of strict mode with non-simple parameter lists may not " +
"enable strict mode.",
E066: "Asynchronous iteration is only available with for-of loops.",
E067: "Expected without the 'switch' statement. TBEL does not support the 'switch' statement."
E067: "Expected an 'if/else' and instead saw 'switch'. TBEL does not support the 'switch' statement."
};
var warnings = {

Loading…
Cancel
Save