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 ba30d14 commit d2bcd55Copy full SHA for d2bcd55
lib/internal/process/warning.js
@@ -83,7 +83,7 @@ function setupProcessWarnings() {
83
if (isDeprecation && process.noDeprecation) return;
84
const trace = process.traceProcessWarnings ||
85
(isDeprecation && process.traceDeprecation);
86
- var msg = `${prefix}`;
+ var msg = prefix;
87
if (warning.code)
88
msg += `[${warning.code}] `;
89
if (trace && warning.stack) {
0 commit comments