Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Rutland committed Sep 16, 2022
1 parent 4fdc4fd commit 050a16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datapacktypes/vlocityuitemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ VlocityUITemplate.prototype.activateOmniScript = async function(inputMap) {
}

if (resultOfActivate.errorCode != "INVOKE-200") {
VlocityUtils.error('Error Re-Activating OmniScript', resultOfActivate[0].message);
VlocityUtils.error('Error Re-Activating OmniScript', omniscript.Id, resultOfActivate);
}
}

Expand Down

0 comments on commit 050a16a

Please sign in to comment.