Skip to content

Commit

Permalink
fix: add message to thrown error
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlatin Stanimirov committed Mar 14, 2022
1 parent 11b676a commit c759f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/add.action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class AddAction extends AbstractAction {
MESSAGES.LIBRARY_INSTALLATION_FAILED_BAD_PACKAGE(libraryName),
),
);
throw new Error();
throw new Error(MESSAGES.LIBRARY_INSTALLATION_FAILED_BAD_PACKAGE(libraryName));
}
}

Expand Down

0 comments on commit c759f7d

Please sign in to comment.