We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a666238 commit 103de0eCopy full SHA for 103de0e
lib/internal/process/warning.js
@@ -90,7 +90,7 @@ function setupProcessWarnings() {
90
if (isDeprecation && process.noDeprecation) return;
91
const trace = process.traceProcessWarnings ||
92
(isDeprecation && process.traceDeprecation);
93
- let msg = `${prefix}`;
+ var msg = `${prefix}`;
94
if (warning.code)
95
msg += `[${warning.code}] `;
96
if (trace && warning.stack) {
0 commit comments