alunny / node-xcode

tools and utilities for working with xcode/ios projects
Apache License 2.0
226 stars 105 forks source link

Don't force async parsing worker to exit. #66

Closed vladimir-kotikov closed 8 years ago

vladimir-kotikov commented 9 years ago

This fixes the issue, caused by changed process.send behaviour (which became async at one time, so process.exit terminates worker before the message will be sent completely).

This resolves #61

sgrebnov commented 9 years ago

:+1:

vladimir-kotikov commented 8 years ago

Ping @imhotep

mjacksonw commented 8 years ago

:+1: works here