From 02ab882e63c8a64b9b0dbe6685e94862722f74c3 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Wed, 26 Feb 2025 20:53:17 +0200 Subject: [PATCH] Fix deno startup --- src/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.js b/src/util.js index 06f241de1..443a4f91a 100644 --- a/src/util.js +++ b/src/util.js @@ -6,7 +6,7 @@ import { Readable } from 'node:stream'; import { createRequire } from 'node:module'; import { Buffer } from 'node:buffer'; import { promises as dnsPromise } from 'node:dns'; -import os from 'os'; +import os from 'node:os'; import yaml from 'yaml'; import { sync as commandExistsSync } from 'command-exists';