fix unicode problems with verbose log #3619
Annotations
18 errors
Node.js 18 on ubuntu:
lib/verbose/log.js#L1
'writeFileSync' is defined but never used. Allowed unused vars must match /^_/u.
|
Node.js 18 on ubuntu:
lib/verbose/log.js#L12
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
|
Node.js 18 on ubuntu
Process completed with exit code 1.
|
Node.js 22 on macos:
lib/verbose/log.js#L1
'writeFileSync' is defined but never used. Allowed unused vars must match /^_/u.
|
Node.js 22 on macos:
lib/verbose/log.js#L12
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
|
Node.js 22 on macos
Process completed with exit code 1.
|
Node.js 18 on macos:
lib/verbose/log.js#L1
'writeFileSync' is defined but never used. Allowed unused vars must match /^_/u.
|
Node.js 18 on macos:
lib/verbose/log.js#L12
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
|
Node.js 18 on macos
Process completed with exit code 1.
|
Node.js 22 on ubuntu:
lib/verbose/log.js#L1
'writeFileSync' is defined but never used. Allowed unused vars must match /^_/u.
|
Node.js 22 on ubuntu:
lib/verbose/log.js#L12
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
|
Node.js 22 on ubuntu
Process completed with exit code 1.
|
Node.js 18 on windows:
lib/verbose/log.js#L1
'writeFileSync' is defined but never used. Allowed unused vars must match /^_/u.
|
Node.js 18 on windows:
lib/verbose/log.js#L12
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
|
Node.js 18 on windows
Process completed with exit code 1.
|
Node.js 22 on windows:
lib/verbose/log.js#L1
'writeFileSync' is defined but never used. Allowed unused vars must match /^_/u.
|
Node.js 22 on windows:
lib/verbose/log.js#L12
Unexpected use of the global variable 'process'. Use 'require("process")' instead.
|
Node.js 22 on windows
Process completed with exit code 1.
|