We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a2a51 commit 257e9fdCopy full SHA for 257e9fd
bin/lib/start.js
@@ -76,7 +76,7 @@ function bin (argv, server) {
76
argv.live = !argv.noLive
77
78
// Set up debug environment
79
- if (!argv.silent) {
+ if (!argv.quiet) {
80
process.env.DEBUG = 'solid:*'
81
}
82
0 commit comments