@mablhq/mabl-cli 2.63.0 → 2.63.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1065,7 +1065,7 @@ function insertMablScriptsIntoCollection(itemGroup, getSnippet) {
1065
1065
  function insertMablScriptsIntoEvent(event, getSnippet) {
1066
1066
  removeMablGeneratedScripts(event);
1067
1067
  const mablScripts = createPostmanScript(convertMablSnippetsToExecArray(event, getSnippet), createMablGeneratedScripts(event));
1068
- if (!event.mablSnippets?.length) {
1068
+ if (!event.mablSnippets) {
1069
1069
  mablScripts.exec = [...event.script.exec, ...mablScripts.exec];
1070
1070
  }
1071
1071
  event.script = mablScripts;