repl: fix crash when SharedArrayBuffer disabled (#30456)

This commit is contained in:
Shelley Vohr 2021-08-11 02:42:15 +02:00 committed by GitHub
parent 69f1c1b083
commit ac49e6af4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 64 additions and 0 deletions

View file

@ -26,3 +26,4 @@ fix_crypto_tests_to_run_with_bssl.patch
fix_account_for_debugger_agent_race_condition.patch
fix_use_new_v8_error_message_property_access_format.patch
add_should_read_node_options_from_env_option_to_disable_node_options.patch
repl_fix_crash_when_sharedarraybuffer_disabled.patch