We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d03b32 + 744a531 commit 7d706d5Copy full SHA for 7d706d5
1 file changed
bin/lib/start.js
@@ -62,7 +62,7 @@ function bin (argv, server) {
62
63
// Set up debug environment
64
if (!argv.quiet) {
65
- process.env.DEBUG = 'solid:*'
+ require('debug').enable('solid:*')
66
}
67
68
// Set up port
0 commit comments