From f534e2db6407ab949ffc013cd97abeb72cd75902 Mon Sep 17 00:00:00 2001 From: nickAS21 Date: Mon, 12 Jun 2023 13:05:10 +0300 Subject: [PATCH] fix_bug_switch: add validation to tbel mew msg --- ui-ngx/src/app/shared/models/ace/tbel/worker-tbel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/shared/models/ace/tbel/worker-tbel.js b/ui-ngx/src/app/shared/models/ace/tbel/worker-tbel.js index 13ec1d821f..3a4b3d90b8 100644 --- a/ui-ngx/src/app/shared/models/ace/tbel/worker-tbel.js +++ b/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 = {