Closed joaogbcravo closed 9 years ago
Exit event was returning before stdin stream be closed. This made an intermittent behaviour, failing to write the variable "status" sometimes.
close event - https://nodejs.org/api/child_process.html#child_process_event_exit exit event - https://nodejs.org/api/child_process.html#child_process_event_close
Exit event was returning before stdin stream be closed. This made an intermittent behaviour, failing to write the variable "status" sometimes.
close event - https://nodejs.org/api/child_process.html#child_process_event_exit exit event - https://nodejs.org/api/child_process.html#child_process_event_close