diff --git a/src/clean-webpack-plugin.ts b/src/clean-webpack-plugin.ts index 8ad2483..8c79f82 100644 --- a/src/clean-webpack-plugin.ts +++ b/src/clean-webpack-plugin.ts @@ -332,7 +332,7 @@ class CleanWebpackPlugin { */ // eslint-disable-next-line no-console console.warn( - `clean-webpack-plugin: ${message} ${filename}`, + `\nclean-webpack-plugin: ${message} ${filename}`, ); }); }