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 c671190 commit 8e63180Copy full SHA for 8e63180
src/swiftly/install-linux.ts
@@ -24,6 +24,10 @@ export async function setupLinux(options: Options) {
24
}
25
26
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}`);
31
32
33
async function download({ skipVerifySignature = false }: Options = {}) {
0 commit comments