Skip to content

Commit f4cd167

Browse files
fix: log
1 parent 66a43f1 commit f4cd167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/getRuntimeExecutableForIde.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ export async function getRuntimeExecutableForIde(allowGlobal = true) {
5050
);
5151

5252
//if installed locally
53-
Logger.verbose('Lambda Live Debugger is installed locally');
5453
try {
5554
Logger.verbose(
5655
'Checking local folder for runtimeExecutable setting for VsCode configuration',
5756
localFolder,
5857
);
5958
await fs.access(localFolder, fs.constants.F_OK);
6059
runtimeExecutable = localRuntimeExecutable;
60+
Logger.verbose('Lambda Live Debugger is installed locally');
6161
} catch {
6262
// Not found
6363
}

0 commit comments

Comments
 (0)