HaxeFoundation / HaxeFoundation/dox

Incorrect code block for doc comment

Open
#243 3 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Haxe
Stars
158
Forks
38
PR merge metrics
No merged PRs in 30d

Description

![](https://i.imgur.com/nr7aj7i.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.