Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c40a37

Browse files
committed
Partial revert of denoland#21048
1 parent 2b8e654 commit 3c40a37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cli/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,7 @@ pub fn main() {
368368
// Using same default as VSCode:
369369
// https://github.com/microsoft/vscode/blob/48d4ba271686e8072fc6674137415bc80d936bc7/extensions/typescript-language-features/src/configuration/configuration.ts#L213-L214
370370
DenoSubcommand::Lsp => vec!["--max-old-space-size=3072".to_string()],
371-
// TODO(bartlomieju): upstream this to `deno_core` crate
372-
_ => vec!["--harmony-array-from-async".to_string()],
371+
_ => vec![],
373372
};
374373
init_v8_flags(&default_v8_flags, &flags.v8_flags, get_v8_flags_from_env());
375374
deno_core::JsRuntime::init_platform(None);

0 commit comments

Comments
 (0)