summaryrefslogtreecommitdiff
path: root/core/lib.deno_core.d.ts
diff options
context:
space:
mode:
authorAapo Alasuutari <aapo.alasuutari@gmail.com>2023-02-22 21:09:59 +0200
committerGitHub <noreply@github.com>2023-02-22 19:09:59 +0000
commit0f9daaeacb402a7199e58b14ad01ec0091ac2c8d (patch)
tree0c5269bb8b7b4905e4cb1e4ade61149767479abf /core/lib.deno_core.d.ts
parent9b8992d4b4acb3a54ca7d988d181a266841013d9 (diff)
fix(ext/ffi): Fix re-ref'ing UnsafeCallback (#17704)
Diffstat (limited to 'core/lib.deno_core.d.ts')
-rw-r--r--core/lib.deno_core.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lib.deno_core.d.ts b/core/lib.deno_core.d.ts
index ad6739b3c..457fa07db 100644
--- a/core/lib.deno_core.d.ts
+++ b/core/lib.deno_core.d.ts
@@ -19,7 +19,7 @@ declare namespace Deno {
/** Mark following promise as "unref", ie. event loop will exit
* if there are only "unref" promises left. */
- function unrefOps(promiseId: number): void;
+ function unrefOp(promiseId: number): void;
/**
* List of all registered ops, in the form of a map that maps op