Open akashraghav opened 2 years ago
combined x.toString() result with blank string in log.js file line-55, to avoid exception in case x is invalid/undefined, failing to call toString().
should fix :
let s = args.map(x => x.toString()).join(' '); ------------------^ TypeError: Cannot read properties of undefined (reading 'toString')
combined x.toString() result with blank string in log.js file line-55, to avoid exception in case x is invalid/undefined, failing to call toString().
should fix :
let s = args.map(x => x.toString()).join(' '); ------------------^ TypeError: Cannot read properties of undefined (reading 'toString')