I'm trying the status example and finding that if uncommitted changes are present, although the example seems to work (prints filename MODIFIED), it doesn't return and I have to ctrl+C. I tried adding .done() at the end of each promise chain, but nothing gets thrown.
This also happens if I remove the details after getStatus(), but not if I remove getStatus() entirely, so this seems to originate in the getStatus() call itself. But if the directory is clean, it does return without printing anything.
Npm installed ^0.3.3.
Anyone know what's going on here?
I'm trying the status example and finding that if uncommitted changes are present, although the example seems to work (prints
filename MODIFIED), it doesn't return and I have toctrl+C. I tried adding.done()at the end of each promise chain, but nothing gets thrown.This also happens if I remove the details after
getStatus(), but not if I removegetStatus()entirely, so this seems to originate in thegetStatus()call itself. But if the directory is clean, it does return without printing anything.Npm installed
^0.3.3.Anyone know what's going on here?