sighjs / sigh

multi-process expressive build system for the web and node.js, built using baconjs observables
209 stars 12 forks source link

Pipelines that finish with an empty event array log a garbage pipeline running time. #22

Open jmatsushita opened 8 years ago

jmatsushita commented 8 years ago

When running the example from the readme and doing npm install babel@5 to avoid #21 I get a weird build time:

 * pipeline build-source complete: 8641458407600.388 seconds
insidewhy commented 8 years ago

Ah I think maybe the source files weren't in place? It uses the time of the first event to time the pipeline process, if there is no first event you get this bogus message. I should check for it and print no events in pipeline instead.