Skip to content

Commit 1d38800

Browse files
committed
🚑 Remove hardcoded path
1 parent a830ef8 commit 1d38800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {homedir} from 'os';
22

3-
export const WABT: string = process.env.WABT ?? '/home/tom/Documents/TOPL/plugin/WABT/build/';
3+
export const WABT: string = process.env.WABT ?? `${homedir()}/Documents/TOPL/plugin/WABT/build/`;
44

55
export const EMULATOR: string = process.env.EMULATOR ?? `${homedir()}/Arduino/libraries/WARDuino/build-emu/wdcli`;
66

0 commit comments

Comments
 (0)