We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb730c commit 9bb8521Copy full SHA for 9bb8521
1 file changed
src/lib/check-allowed-imports/checkAllowedImports.ts
@@ -147,6 +147,7 @@ export async function checkAllowedImports(
147
}
148
149
await checkImports(metafile, allowedImports);
150
+ console.log("");
151
152
153
if (failure) {
0 commit comments