Skip to content

Commit

Permalink
0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP committed Oct 17, 2023
1 parent fa026b6 commit 6d2a75f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/folder.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { activeWindow } from "@miniben90/x-win"
import EXECA from "execa";
import { execa } from "execa";
import { lstat } from "fs/promises"
import { homedir } from "os"
import { join } from "path"
const { execa } = EXECA

// 获取活动的文件夹路径
export const getFolderOpenPath = async () => {
Expand Down

0 comments on commit 6d2a75f

Please sign in to comment.