pkgjs / support

Package Support Format
MIT License
24 stars 7 forks source link

Use console.error in place of console.log to report errors #27

Closed mhdawson closed 3 years ago

mhdawson commented 3 years ago

We seems to use console.log both for errors and other cases.

We should investigate and update to use console.error in the right places.