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 244028d commit 1f287c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-multiple-editor/scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ try {
'Most CI servers set it automatically.\n'
)
);
console.log(filteredWarnings, messages.warnings);
console.log(filteredWarnings, messages, messages.warnings);
return reject(new Error(filteredWarnings.join('\n\n')));
}
}
Expand Down

0 comments on commit 1f287c2

Please sign in to comment.