1
0
Fork 0
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:
Leo Kettmeir 2022-09-08 09:05:01 +01:00 committed by GitHub
parent 4e52319795
commit 99c5381af4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;