Skip to content

Commit 98782c3

Browse files
fix: Improve logging
1 parent 1f66cba commit 98782c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vsCode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async function getVsCodeLaunchConfig() {
4747
Logger.verbose('Lambda Live Debugger is installed locally');
4848
// check if file exists
4949
try {
50-
Logger.log(
50+
Logger.verbose(
5151
'Checking local folder for runtimeExecutable setting for VsCode configuration',
5252
localFolder,
5353
);

0 commit comments

Comments
 (0)