Skip to content

Commit 5f8f3c3

Browse files
fix: message
1 parent 1a2098f commit 5f8f3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jetBrains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ async function addConfiguration() {
9191

9292
if (!config) {
9393
Logger.error(
94-
'Cannot find a locally installed Lambda Live Debugger. The JetBrains IDE debugger cannot use a globally installed version.',
94+
'Failed to configure JetBrains IDE. Cannot find a locally installed Lambda Live Debugger. The JetBrains IDE debugger cannot use a globally installed version.',
9595
);
9696
return;
9797
}

0 commit comments

Comments
 (0)