mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
fix(docs): change category for Deno.Process to "Sub Process" (#15812)
This commit is contained in:
parent
5764f782cb
commit
501f2efdc7
1 changed files with 1 additions and 1 deletions
2
cli/dts/lib.deno.ns.d.ts
vendored
2
cli/dts/lib.deno.ns.d.ts
vendored
|
@ -2628,7 +2628,7 @@ declare namespace Deno {
|
|||
options?: { recursive: boolean },
|
||||
): FsWatcher;
|
||||
|
||||
/** @category Runtime Environment */
|
||||
/** @category Sub Process */
|
||||
export class Process<T extends RunOptions = RunOptions> {
|
||||
readonly rid: number;
|
||||
readonly pid: number;
|
||||
|
|
Loading…
Reference in a new issue