Skip to content

Commit

Permalink
fix(build): fix typo with failure message
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Aug 16, 2023
1 parent d1c7afb commit 9194f97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ export default class BuildImpl {

private handlePackageError(reason: any, pkg: string): any {
SFPLogger.printHeaderLine('', COLOR_HEADER, LoggerLevel.INFO);
SFPLogger.log(COLOR_ERROR(`Package Creation Failed for ${pkg}, Here are the datails:`));
SFPLogger.log(COLOR_ERROR(`Package Creation Failed for ${pkg}, Here are the details:`));
try {
// Append error to log file
fs.appendFileSync(`.sfpowerscripts/logs/${pkg}`, reason.message, "utf8");
Expand Down

0 comments on commit 9194f97

Please sign in to comment.