fix STDIN handling of CLI (#956)
authorDamien Dart <damiendart@pobox.com>
Thu, 23 Aug 2018 07:20:13 +0000 (08:20 +0100)
committerAlex Lam S.L <alexlamsl@gmail.com>
Thu, 23 Aug 2018 07:20:13 +0000 (15:20 +0800)
commitdcb6941e79ae1545840b3d26c216f1a2cc294bc9
treee2aabaaac85598907afd46657adac6e3b2f3e405
parent1f8df449994098c655f9e48b6eac4322577600d0
fix STDIN handling of CLI (#956)

Fix a bug where input from STDIN is ignored even if no input files are specified on the command line.
cli.js