cquery
cquery copied to clipboard
[BUGFIX] Don't use DiagnosticsEngine without initialization.
This PR fixes a bug in src/command_line.cc -> RunQueryDbThread(). The DiagnosticsEngine was used without being properly initialized.
CI fails due to some weird spacing mismatches in test cases. Let me know if you would like me to look into that.
Init is called after the initialize message. Is this causing a crash?