ggfrosch
Results
1
issues of
ggfrosch
A quick explanation: ```javascript var debug = require('debug')('http'); const error = new Error('hi'); error.info= { display: 'me' }; debug(error) ; debug('', error); // this will output info object ``` This...