From ff4fb7ef8495019e503704923920e3c690ed021c Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Tue, 5 Mar 2024 17:05:51 +0100 Subject: [PATCH] src: add --print-pending-tla flag --- doc/api/cli.md | 12 ++++++++++++ src/node_options.cc | 7 +++++++ src/node_options.h | 1 + 3 files changed, 20 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index 1ab7fbe739079f..2d7e079b685a30 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1578,6 +1578,17 @@ changes: Identical to `-e` but prints the result. +### `--print-pending-tla` + + + +Print pending top-level await in the graph. + + + ### `--prof`