From e2469264950322a8e09c233821415cb2a06fc792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sat, 24 Mar 2018 11:12:46 +0100 Subject: [PATCH] doc: add missing metadata for version properties Refs: https://github.com/nodejs/node/pull/19438 --- doc/api/process.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/api/process.md b/doc/api/process.md index 8348a9bdb980f1..d74068202de794 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1474,6 +1474,11 @@ console.log(`The parent process is pid ${process.ppid}`);