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 5c48e66 commit eff906aCopy full SHA for eff906a
packages/core/src/shared/utilities/pathFind.ts
@@ -115,7 +115,7 @@ export async function findTypescriptCompiler(): Promise<string | undefined> {
115
* Gets the configured `ssh` path, or falls back to "ssh" (not absolute),
116
* or tries common locations, or returns undefined.
117
*/
118
-export async function findSshPath(useCache: boolean): Promise<string | undefined> {
+export async function findSshPath(useCache: boolean = true): Promise<string | undefined> {
119
if (useCache && sshPath !== undefined) {
120
return sshPath
121
}
0 commit comments