Skip to content

Commit 99f1717

Browse files
committed
make error message text more obvious
1 parent 1c43930 commit 99f1717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binding.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ class Connection : public ObjectWrap {
461461
EmitCommandMetaData(result);
462462
break;
463463
default:
464-
printf("Unrecogized query status: %s\n", PQresStatus(status));
464+
printf("YOU SHOULD NEVER SEE THIS! PLEASE OPEN AN ISSUE ON GITHUB! Unrecogized query status: %s\n", PQresStatus(status));
465465
break;
466466
}
467467
}

0 commit comments

Comments
 (0)