forked from LeenkxTeam/LNXSDK
Update
This commit is contained in:
@ -35,7 +35,7 @@ import js.Error;
|
||||
/**
|
||||
Enumeration of events emitted by `ChildProcess` objects.
|
||||
**/
|
||||
@:enum abstract ChildProcessEvent<T:haxe.Constraints.Function>(Event<T>) to Event<T> {
|
||||
enum abstract ChildProcessEvent<T:haxe.Constraints.Function>(Event<T>) to Event<T> {
|
||||
/**
|
||||
Emitted when:
|
||||
1. The process could not be spawned, or
|
||||
|
||||
Reference in New Issue
Block a user