mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 07:34:36 +00:00
Use dprint for internal formatting (#6682)
This commit is contained in:
parent
9eca71caa1
commit
cde4dbb351
378 changed files with 3116 additions and 3121 deletions
|
@ -150,7 +150,7 @@ export class SignalStream
|
|||
|
||||
then<T, S>(
|
||||
f: (v: void) => T | Promise<T>,
|
||||
g?: (v: Error) => S | Promise<S>
|
||||
g?: (v: Error) => S | Promise<S>,
|
||||
): Promise<T | S> {
|
||||
return this.#pollingPromise.then(() => {}).then(f, g);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue