Fix deno startup

02ab882e63c8a64b9b0dbe6685e94862722f74c3

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
src/util.js+1 -1
@@ -6,7 +6,7 @@ import { Readable } from 'node:stream';
66import { createRequire } from 'node:module';
77import { Buffer } from 'node:buffer';
88import { promises as dnsPromise } from 'node:dns';
99import os from 'node:os';
1010
1111import yaml from 'yaml';
1212import { sync as commandExistsSync } from 'command-exists';