summaryrefslogtreecommitdiff
path: root/ext/node/lib.rs
diff options
context:
space:
mode:
authorDaniel Mizerski <duelsik@gmail.com>2023-12-01 07:36:11 +0100
committerGitHub <noreply@github.com>2023-12-01 15:36:11 +0900
commit687ae870d1e4e856b7ceee0a5511138459c68cb1 (patch)
tree19ce6f135a8d2edde9892dc43dd0608f744e9466 /ext/node/lib.rs
parentfe90ba650d926fb006948499a96c9dabb149eed9 (diff)
fix(ext/node): add stubbed process.report (#21373)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r--ext/node/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs
index af8aabd1f..7fa5b893b 100644
--- a/ext/node/lib.rs
+++ b/ext/node/lib.rs
@@ -436,6 +436,7 @@ deno_core::extension!(deno_node,
"internal/options.ts",
"internal/primordials.mjs",
"internal/process/per_thread.mjs",
+ "internal/process/report.ts",
"internal/querystring.ts",
"internal/readline/callbacks.mjs",
"internal/readline/emitKeypressEvents.mjs",