HaxeFoundation / HaxeFoundation/dox
Incorrect code block for doc comment
- Dominant language
- Haxe
- Stars
- 158
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description

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?
```haxe
/**
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`.
**/
var Error : ChildProcessEventVoid> = "error";
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.