Files
atom/native/v8_extensions
Corey Johnson & Nathan Sobo 1bd0cc4152 ChildProcess can handle commands that return large amounts of data.
When a command returned a large amount of data, it was blocking on the stderr  callback when `[fileHandle availableData]` was called. From what I can tell, this is because stderr was being called with a zero-length string.

This was fixed when `[fileHandle availableData]` was moved to run inside the NSTask thread (instead of on the main thread). It now returns a zero-length string rather than blocking forever.

An unresolved question is why stderr is being called with zero-length strings.
2012-12-19 11:47:50 -08:00
..
2012-09-20 16:24:20 -07:00
2012-08-30 09:07:39 -07:00
2012-12-13 15:23:55 -08:00
2012-11-03 15:09:52 -07:00
2012-12-10 11:47:26 -08:00
2012-09-20 16:24:10 -07:00
2012-09-20 16:24:20 -07:00
2012-12-12 17:25:45 -08:00
2012-09-20 16:24:20 -07:00
💄
2012-10-26 10:41:40 -07:00
2012-12-17 16:37:27 -08:00
2012-12-17 16:37:27 -08:00
2012-12-17 16:37:27 -08:00