Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Avery's suggested phrasing
Browse files Browse the repository at this point in the history
boom
  • Loading branch information
ashleymichal authored Nov 4, 2019
1 parent 9f57d91 commit cb20160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/build/wranglerjs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fn write_wranglerjs_output(
if output.has_errors() {
message::user_error(output.get_errors().as_str());
failure::bail!(
"Webpack returned an error. Try re-running npm install, or yarn check --verify-tree."
"Webpack returned an error. You may be able to resolve this issue by running npm install."
);
}

Expand Down

0 comments on commit cb20160

Please sign in to comment.