There was an error while loading. Please reload this page.
1 parent 37fc1f5 commit 92bf51cCopy full SHA for 92bf51c
1 file changed
lib/verbosity.js
@@ -23,5 +23,5 @@ export function setVerbosityFromEnv() {
23
24
export function debuglog(...args) {
25
// Prepend a line break in case it's logged while the spinner is running
26
- console.error(styleText('green', format('\n[DEBUG]', ...args)));
+ console.error('\n' + styleText('green', format('[DEBUG]', ...args)));
27
}
0 commit comments