Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed Sep 21, 2023
1 parent 5984bab commit c6925e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const buildCustomWorker = ({
)}.js`;

logger.event(
`Compiling the custom worker to ${path.join(customWorkerDest, name)}...`
`Building the custom worker to ${path.join(customWorkerDest, name)}...`
);

const webpackConfig: Configuration = {
Expand Down

0 comments on commit c6925e6

Please sign in to comment.