phoenixframework / esbuild

An installer for esbuild
MIT License
269 stars 36 forks source link

Raise An Error If No Args Are Supplied for Esbuild #50

Closed kinson closed 2 years ago

kinson commented 2 years ago

Overview

An exception is manually raised to prevent esbuild from hanging without explanation.

This is a duplicate of https://github.com/phoenixframework/esbuild/pull/47 with test fixes. It also addresses #49 .

josevalim commented 2 years ago

I was able to merge #47 with a similar change proposed here, thank you!