Skip to content

Commit 8e63180

Browse files
committed
Log directories
1 parent c671190 commit 8e63180

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/swiftly/install-linux.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ export async function setupLinux(options: Options) {
2424
}
2525

2626
addPath(path);
27+
28+
debug(`Added Swiftly to PATH: ${path}`);
29+
debug(`SWIFTLY_HOME_DIR: ${process.env.SWIFTLY_HOME_DIR}`);
30+
debug(`SWIFTLY_BIN_DIR: ${process.env.SWIFTLY_BIN_DIR}`);
2731
}
2832

2933
async function download({ skipVerifySignature = false }: Options = {}) {

0 commit comments

Comments
 (0)