Skip to content

Commit 7e041b1

Browse files
committed
ocd
1 parent ee468d3 commit 7e041b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cli/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*
4040
*****************************************************************************/
4141

42-
import { Glob } from "bun";
42+
import { $, Glob } from "bun";
4343
import { writeSync } from "node:fs";
4444
import {
4545
access,
@@ -92,7 +92,6 @@ import { getFixedPath } from "../utils/getFixedPath.ts";
9292
import { setLaunchOptions } from "../launchers/steam/launchOption.ts";
9393
import { getMostRecentUser } from "../launchers/steam/loginusers.ts";
9494
import { parsePlistFromFile, type Plist } from "../utils/plist.ts";
95-
import { $ } from "bun";
9695

9796
export const run = async () => {
9897
function alertShim(message: string) {

0 commit comments

Comments
 (0)