Fix deno startup

02ab882e63c8a64b9b0dbe6685e94862722f74c3

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

1 files changed, +1 -1Showing whitespace changes
src/util.js+1 -1
@@ -6,7 +6,7 @@ import { Readable } from 'node:stream';
6import { createRequire } from 'node:module';6import { createRequire } from 'node:module';
7import { Buffer } from 'node:buffer';7import { Buffer } from 'node:buffer';
8import { promises as dnsPromise } from 'node:dns';8import { promises as dnsPromise } from 'node:dns';
9import os from 'os';9import os from 'node:os';
1010
11import yaml from 'yaml';11import yaml from 'yaml';
12import { sync as commandExistsSync } from 'command-exists';12import { sync as commandExistsSync } from 'command-exists';