We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a811819 commit f1d52f9Copy full SHA for f1d52f9
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