Skip to content

Commit 16a1e49

Browse files
Update src/typingsInstaller/nodeTypingsInstaller.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 15b4647 commit 16a1e49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/typingsInstaller/nodeTypingsInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ class NodeTypingsInstaller extends ts.server.typingsInstaller.TypingsInstaller {
695695
const timeoutId = nodeSetTimeout(() => {
696696
resolve();
697697
}, backoffDelay);
698-
timeoutId.unref?.();
698+
timeoutId.unref();
699699
});
700700

701701
if (this.log.isEnabled()) {

0 commit comments

Comments
 (0)