pose / node-iterm2-image

Display images in iTerm2 using Node.js
MIT License
21 stars 4 forks source link

fixed case mistake in require('isstream') #4

Closed jaredatron closed 7 years ago

jaredatron commented 7 years ago

this is probably only a problem on case sensitive file systems.

if you're working on OSX consider making a 'case sensitive, journaled' disk image for node development

pose commented 7 years ago

Good catch, thanks!