mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
This reverts commit 4b6305f4f2
.
This commit is contained in:
parent
8af0c83519
commit
d11e89127d
54 changed files with 125 additions and 278 deletions
|
@ -31,10 +31,7 @@ use tokio::signal::windows::CtrlC;
|
|||
|
||||
deno_core::extension!(
|
||||
deno_signal,
|
||||
ops = [op_signal_bind, op_signal_unbind, op_signal_poll],
|
||||
customizer = |ext: &mut deno_core::ExtensionBuilder| {
|
||||
ext.force_op_registration();
|
||||
},
|
||||
ops = [op_signal_bind, op_signal_unbind, op_signal_poll]
|
||||
);
|
||||
|
||||
#[cfg(unix)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue