Skip to content

Commit

Permalink
tweak output text
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Apr 6, 2024
1 parent 14f4067 commit 5731cc7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/framework-tools/src/buildDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@ export async function build({
spaces: 2,
})
} else {
console.warn("No metafile found in esbuild's result.")
console.warn(
'No metafile found in esbuild result.\n\n' +
'This is unexpected and probably means something is wrong with the ' +
'build.\n\n' +
'---\n\n',
'This is unexpected and probably means something is wrong with the ' +
'build.',
)
}
}

0 comments on commit 5731cc7

Please sign in to comment.