What exactly is the difference between the util.error([...]) and console.error([...])?
util.error([...])
console.error([...])
In both of the methods it prints to stderr.
Just in case anyone comes across this question again, util.error is DEPRECATED so stick to console.error!
util.error
console.error