Skip to content

Commit

Permalink
fix deploay artifact should throw error when error is not ArtifactAlr…
Browse files Browse the repository at this point in the history
…eadyExists
  • Loading branch information
rsonghuster committed Aug 12, 2024
1 parent 3551e9e commit 2f7c0d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/subCommands/deploy/impl/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ nasConfig:
};
} else {
logger.error(error.message);
throw error;
}
}
}
Expand Down

0 comments on commit 2f7c0d4

Please sign in to comment.