Skip to content

Commit 49b3e07

Browse files
committed
[Fix] core: _tls_legacy is removed in node 10
1 parent f055b36 commit 49b3e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"sys": true,
5353
"timers": true,
5454
"_tls_common": ">= 0.11.13",
55-
"_tls_legacy": ">= 0.11.3",
55+
"_tls_legacy": ">= 0.11.3 && < 10",
5656
"_tls_wrap": ">= 0.11.3",
5757
"tls": true,
5858
"tty": true,

0 commit comments

Comments
 (0)