We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7913119 commit 56a8e0bCopy full SHA for 56a8e0b
src/components/computed/WrapperArguments.ts
@@ -1,5 +1,5 @@
1
import {computed} from "vue";
2
-import path from "path";
+import path from "../../providers/node/path/path";
3
import PathResolver from "../../r2mm/manager/PathResolver";
4
5
export const ComputedWrapperLaunchArguments = computed(() => `"${path.join(PathResolver.MOD_ROOT, process.platform === 'darwin' ? 'macos_proxy' : 'linux_wrapper.sh')}" %command%`);
0 commit comments