Skip to content

Commit

Permalink
Revert "Merge pull request #23 from mhanberg/mh/exit-on-stdin-closing"
Browse files Browse the repository at this point in the history
This reverts commit ae1f9b7, reversing
changes made to 7fb869b.

See #23 (comment)

# Conflicts:
#	bin/main.js
  • Loading branch information
bcomnes committed Aug 13, 2021
1 parent a00585b commit d1275a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ module.exports = function main(source, outDir, args) {
}

if (args.watch) {
process.stdin.on("end", () => process.exit(0))
process.stdin.resume()

if (options.initialCopy) {
log()
log(`Copy: ${source} --> ${outDir}`)
Expand Down

0 comments on commit d1275a0

Please sign in to comment.