Skip to content

Commit

Permalink
Fix error message typo (webpack-contrib#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgluck authored and valscion committed Dec 11, 2018
1 parent f94fb30 commit 1821812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/analyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ let bundleStats;
try {
bundleStats = analyzer.readStatsFromFile(bundleStatsFile);
} catch (err) {
logger.error(`Could't read webpack bundle stats from "${bundleStatsFile}":\n${err}`);
logger.error(`Couldn't read webpack bundle stats from "${bundleStatsFile}":\n${err}`);
logger.debug(err.stack);
process.exit(1);
}
Expand Down

0 comments on commit 1821812

Please sign in to comment.