We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5d154 commit 11f7d98Copy full SHA for 11f7d98
packages/device-id/src/get-device-id.ts
@@ -31,7 +31,7 @@ export function getDeviceId({
31
} else {
32
resolve('unknown');
33
}
34
- }, timeout);
+ }, timeout).unref?.();
35
36
resolveDeviceId = resolve;
37
rejectDeviceId = reject;
0 commit comments