timoxley / adventure-map

Simple exercise loader & generators for substack/adventure.
MIT License
19 stars 3 forks source link

Prevent automatic close of stdin after printing exercise. #5

Closed davidmason closed 9 years ago

davidmason commented 9 years ago

This was causing an exception when inquirer tried to use stdin to prompt about creating files, but stdin had already been closed.

Fixes https://github.com/timoxley/adventure-map/issues/4

timoxley commented 9 years ago

+1+1+1