Fix open autorun import

This commit is contained in:
Cohee 2024-10-10 23:50:51 +03:00
parent 0355bc7a85
commit 478976f647

View File

@ -10,7 +10,7 @@ import * as net from 'node:net';
import * as dns from 'node:dns';
// cli/fs related library imports
import * as open from 'open';
import open from 'open';
import yargs from 'yargs/yargs';
import { hideBin } from 'yargs/helpers';