veged / coa

Command-Option-Argument: Get more from defining your command line interface
MIT License
144 stars 22 forks source link

Use console.error instead of deprecated util.error #56

Closed GreLI closed 9 years ago

GreLI commented 9 years ago

util.log() and util.error() methods are deprecated and node v0.11 and higher shows messages like

util.error: Use console.error instead