0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

fix: bring back Deno.Signal to unstable props (#11945)

This commit is contained in:
Bartek Iwańczuk 2021-09-08 13:18:56 +02:00 committed by GitHub
parent 1563088f06
commit 5db1c401cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,7 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[
"resolveDns",
"setRaw",
"shutdown",
"Signal",
"signal",
"signals",
"sleepSync",