Skip to content

Commit

Permalink
fix(node): add missing readline/promises module (#24336)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Jun 25, 2024
1 parent 700cd20 commit 09cc473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/node/polyfill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ generate_builtin_node_module_lists! {
"querystring",
"repl",
"readline",
"readline/promises",
"stream",
"stream/consumers",
"stream/promises",
Expand Down

0 comments on commit 09cc473

Please sign in to comment.