Skip to content

Commit 257e9fd

Browse files
kjetilkninachaubal
andauthored
Use argv.quiet
Co-Authored-By: ninachaubal <[email protected]>
1 parent d8a2a51 commit 257e9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lib/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function bin (argv, server) {
7676
argv.live = !argv.noLive
7777

7878
// Set up debug environment
79-
if (!argv.silent) {
79+
if (!argv.quiet) {
8080
process.env.DEBUG = 'solid:*'
8181
}
8282

0 commit comments

Comments
 (0)