Commit bc69f57
authored
Turn off labels in nextjs create dev command (#1294)
Our watch tool does fancy terminal manipulation (progress bars,
coloring, line replacement, etc), and buffering into a labeled string
was hiding some important information. Since the watch already has
pretty verbose output, just skip labeling the output.1 parent d26ce0b commit bc69f57
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments