lasso-js / lasso

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

Cleanup async function to prevent unhandled rejections. #278

Closed DylanPiercey closed 5 years ago

DylanPiercey commented 5 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 5 years ago

Published lasso@3.2.4