Skip to content

Commit

Permalink
Update dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
burcadoruciprian committed May 14, 2024
1 parent 1d57796 commit 3d5a2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ function run() {
core.debug(`Advinst enable com: ${enable_com}`);
const [isDeprecated, minAllowedVer] = yield (0, advinstversions_1.versionIsDeprecated)(version);
if (isDeprecated) {
core.error(util_1.default.format(messages_1.ADVINST_VER_DEPRECATION_ERROR, minAllowedVer, version));
throw new Error(util_1.default.format(messages_1.ADVINST_VER_DEPRECATION_ERROR, minAllowedVer, version));
}
core.startGroup('Advanced Installer Tool Deploy');
const advinstTool = new advinsttool_1.AdvinstTool(version, license, enable_com === 'true');
Expand Down
2 changes: 1 addition & 1 deletion dist/main/index.js.map

Large diffs are not rendered by default.

0 comments on commit 3d5a2b6

Please sign in to comment.