You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The source doesn't look too crazy, no mixed indentation or anything like that, so this should probably work ok?
/** Emitted when: 1. The process could not be spawned, or 2. The process could not be killed, or 3. Sending a message to the child process failed for whatever reason. Note that the exit-event may or may not fire after an error has occured. If you are listening on both events to fire a function, remember to guard against calling your function twice. See also `ChildProcess.kill` and `ChildProcess.send`. **/varError:ChildProcessEvent<js.Error->Void> ="error";
The text was updated successfully, but these errors were encountered:
I doubt it, vshaxe has the same issue and doesn't use haxe-markdown (I copied some code from JavadocHandler / MarkdownHandler for it). So I think indentation is handled incorrectly somewhere.
http://haxefoundation.github.io/hxnodejs/js/node/child_process/ChildProcessEvent.html
The source doesn't look too crazy, no mixed indentation or anything like that, so this should probably work ok?
The text was updated successfully, but these errors were encountered: