Skip to content

Commit

Permalink
Don't log when there is no postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Lloyd committed Aug 10, 2023
1 parent d89dee3 commit b157376
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/lib/cli/src/add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ const postinstallAddon = async (addonName: string) => {
}
} catch (e) {
// no postinstall script
logger.log(`No postinstall script for ${addonName}`);
logger.log(e);
}
};

Expand Down

0 comments on commit b157376

Please sign in to comment.