mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
fix(docs): change category for Deno.Process to "Sub Process" (#15812)
This commit is contained in:
parent
4e52319795
commit
99c5381af4
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