We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d03b32 commit 744a531Copy full SHA for 744a531
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