Skip to content

Commit

Permalink
fix: plugin-multiple-editor build error
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping committed Feb 23, 2024
1 parent a09fa5e commit 0f43b81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/plugin-multiple-editor/scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ function build(previousFileSizes) {
compiler.run((err, stats) => {
let messages;
if (err) {
console.log(err);

if (!err.message) {
return reject(err);
}
Expand Down

0 comments on commit 0f43b81

Please sign in to comment.