File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ type t =
3737
3838external process : t = " process" [@@ bs.module ]
3939external argv : string array = " argv" [@@ bs.module "process" ]
40- external exit : int -> unit = " exit" [@@ bs.module "process" ]
40+ external exit : int -> 'a = " exit" [@@ bs.module "process" ]
4141external cwd : unit -> string = " cwd" [@@ bs.module "process" ]
4242(* * The process.uptime() method returns the number of seconds
4343 the current Node.js process has been running.) *)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ type t =
3535
3636external process : t = " process" [@@ bs.module ]
3737external argv : string array = " argv" [@@ bs.module "process" ]
38- external exit : int -> unit = " exit" [@@ bs.module "process" ]
38+ external exit : int -> 'a = " exit" [@@ bs.module "process" ]
3939external cwd : unit -> string = " cwd" [@@ bs.module "process" ]
4040(* * The process.uptime() method returns the number of seconds
4141 the current Node.js process has been running.) *)
You can’t perform that action at this time.
0 commit comments