unbounce / iidy

iidy (Is it done yet?) -- CloudFormation with Confidence
MIT License
52 stars 7 forks source link

Avoid calling fs.statSync when input is from stdin #263

Closed rymndhng closed 3 years ago

rymndhng commented 3 years ago

fs.statSync will throw an error when the "file" does not exist (in the case of "-" for stdin).

Fixes #261