jakejs / jake

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
http://jakejs.com
Apache License 2.0
1.96k stars 190 forks source link

Fix jake -T output #417

Closed llucasls closed 1 year ago

llucasls commented 1 year ago

This PR aims to correct the error pointed out by @mgrandrath on https://github.com/jakejs/jake/issues/405. I also added an integration test to check for errors, along with the fix.

mde commented 1 year ago

Thank you!