We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee468d3 commit 7e041b1Copy full SHA for 7e041b1
src/cli/index.ts
@@ -39,7 +39,7 @@
39
*
40
*****************************************************************************/
41
42
-import { Glob } from "bun";
+import { $, Glob } from "bun";
43
import { writeSync } from "node:fs";
44
import {
45
access,
@@ -92,7 +92,6 @@ import { getFixedPath } from "../utils/getFixedPath.ts";
92
import { setLaunchOptions } from "../launchers/steam/launchOption.ts";
93
import { getMostRecentUser } from "../launchers/steam/loginusers.ts";
94
import { parsePlistFromFile, type Plist } from "../utils/plist.ts";
95
-import { $ } from "bun";
96
97
export const run = async () => {
98
function alertShim(message: string) {
0 commit comments