lasso-js / lasso

Advanced JavaScript module bundler, asset pipeline and optimizer
582 stars 75 forks source link

Cleanup async function to prevent unhandled rejections. #278

Closed DylanPiercey closed 6 years ago

DylanPiercey commented 6 years ago

Minor cleanup to the existing PR #277 which switches to leveraging promises more and prevents a potential unhandled rejection where an error was thrown synchronously in the setImmediate call.

austinkelleher commented 6 years ago

Published lasso@3.2.4