Skip to content

Commit

Permalink
Scripts: Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Feb 11, 2022
1 parent ce8dc02 commit c034da1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/scripts/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,9 @@ function getWebpackEntryPoints() {
absolute: true,
} );
if ( ! entryFile ) {
log( chalk.yellow( 'No entry file discovered in the "src" directory.' ) );
log(
chalk.yellow( 'No entry file discovered in the "src" directory.' )
);
return {};
}

Expand Down

0 comments on commit c034da1

Please sign in to comment.