gruntjs / grunt-legacy-log

The Grunt logger.
MIT License
5 stars 19 forks source link

Functions stringified to `undefined` #33

Open ogonkov opened 5 years ago

ogonkov commented 5 years ago

I know it's legacy, so, just for record:

Passed to task options functions get stringified to undefined

https://github.com/gruntjs/grunt-legacy-log/blob/f62cc614575cda6d561d593d72df480280e8bee3/index.js#L284

It makes harder to debug tasks in --verbose mode.