Skip to content

Commit

Permalink
fix(build): improve text on error display
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Jul 17, 2023
1 parent 4ef124d commit bca3551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ export default class BuildImpl {
SFPLogger.log(
COLOR_HEADER(`${EOL}-----------------------------------------`),
);
SFPLogger.log(COLOR_ERROR(`Package Creation Failed for ${pkg}`));
SFPLogger.log(COLOR_ERROR(`Package Creation Failed for ${pkg}, Here are the datails:`));
try {
// Append error to log file
fs.appendFileSync(`.sfpowerscripts/logs/${pkg}`, reason.message, "utf8");
Expand Down

0 comments on commit bca3551

Please sign in to comment.