Skip to content

Commit 56a8e0b

Browse files
committed
Fixed path import in WrapperArguments.ts
1 parent 7913119 commit 56a8e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {computed} from "vue";
2-
import path from "path";
2+
import path from "../../providers/node/path/path";
33
import PathResolver from "../../r2mm/manager/PathResolver";
44

55
export const ComputedWrapperLaunchArguments = computed(() => `"${path.join(PathResolver.MOD_ROOT, process.platform === 'darwin' ? 'macos_proxy' : 'linux_wrapper.sh')}" %command%`);

0 commit comments

Comments
 (0)