diff options
Diffstat (limited to 'ext/node/polyfill.rs')
-rw-r--r-- | ext/node/polyfill.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/polyfill.rs b/ext/node/polyfill.rs index b4030a491..175228a25 100644 --- a/ext/node/polyfill.rs +++ b/ext/node/polyfill.rs @@ -45,6 +45,7 @@ generate_builtin_node_module_lists! { "http", "http2", "https", + "inspector", "module", "net", "os", |