Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
chore: update logs to show correct plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
samrith-s committed Mar 15, 2021
1 parent 36c984d commit dbd77fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const logs: Logs = {
},
error({ error }) {
return [
chalk`{yellow The plugin "parcel-plugin-custom-dist-structure" has encountered an error.}`,
chalk`{yellow The plugin "parcel-plugin-structurize" has encountered an error.}`,
'',
chalk`{red ${error.stack}}`,
'',
Expand Down

0 comments on commit dbd77fc

Please sign in to comment.