Skip to content

Commit 4b1ee96

Browse files
committed
Update CLI error printing
1 parent 69cfef1 commit 4b1ee96

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • packages/@tailwindcss-cli/src/commands/build

packages/@tailwindcss-cli/src/commands/build/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ export async function handle(args: Result<ReturnType<typeof options>>) {
119119
// If the user passes `{bin} build --map -` then this likely means they want to output the map inline
120120
// this is the default behavior of `{bin build} --map` to inform the user of that
121121
if (args['--map'] === '-') {
122-
eprintln(header())
123-
eprintln()
124122
eprintln(`Use --map without a value to inline the source map`)
125123
process.exit(1)
126124
}

0 commit comments

Comments
 (0)