Skip to content

Commit

Permalink
Update packages/webpack/src/ember-webpack.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Jackson <rjackson@linkedin.com>
  • Loading branch information
stefanpenner and rwjblue authored Jun 7, 2021
1 parent 64e59a8 commit 633f740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack/src/ember-webpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ const Webpack: PackagerConstructor<Options> = class Webpack implements Packager
this.consoleWrite(stats.toString());
}
resolve(stats.toJson());
} catch(e) {
} catch (e) {
reject(e);
}
});
Expand Down

0 comments on commit 633f740

Please sign in to comment.