1
0
Fork 0
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:
Leo Kettmeir 2022-09-08 09:05:01 +01:00 committed by Yoshiya Hinosawa
parent 5764f782cb
commit 501f2efdc7
No known key found for this signature in database
GPG key ID: 0E8BFAA8A5B4E92B

View file

@ -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;