gvarsanyi / sync-exec

node/npm module to imitate fs.execSync
MIT License
39 stars 14 forks source link

Add wait timeout #2

Closed ddsol closed 10 years ago

ddsol commented 10 years ago

Added wait timeout. Sometimes for unknown reason, this function does not return at all. Timeout throws error instead of running forever.