diff --git a/lib/verbosity.js b/lib/verbosity.js index 88016817..280239f4 100644 --- a/lib/verbosity.js +++ b/lib/verbosity.js @@ -23,5 +23,5 @@ export function setVerbosityFromEnv() { export function debuglog(...args) { // Prepend a line break in case it's logged while the spinner is running - console.error(styleText('green', format('\n[DEBUG]', ...args))); + console.error('\n' + styleText('green', format('[DEBUG]', ...args))); }