Skip to content

Commit 1c8e433

Browse files
committed
fix: revert err message
1 parent ca31b1b commit 1c8e433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const connectToDatabase =
7878
} catch (err) {
7979
vscode.window.showErrorMessage(
8080
// @ts-ignore
81-
`WHOOPS "${match.name}": ${err.message}: ${JSON.stringify(match)}`
81+
`Failed to connect to "${match.name}": ${err.message}`
8282
);
8383
globalConnPool.pool = null;
8484
connectionsSidepanel.setActive(null);

0 commit comments

Comments
 (0)