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 5a23b85 commit 7e0a608Copy full SHA for 7e0a608
lib/src/connection_fsm.dart
@@ -69,7 +69,7 @@ class _PostgreSQLConnectionStateSocketConnected
69
_PostgreSQLConnectionState onMessage(ServerMessage message) {
70
71
completer.completeError(PostgreSQLException(
72
- 'Unsupported message "${message.toString()}", closing connection.'));
+ 'Unsupported message "$message", closing connection.'));
73
74
return _PostgreSQLConnectionStateClosed();
75
}
0 commit comments