cquery icon indicating copy to clipboard operation
cquery copied to clipboard

[BUGFIX] Don't use DiagnosticsEngine without initialization.

Open ergawy opened this issue 7 years ago • 2 comments

This PR fixes a bug in src/command_line.cc -> RunQueryDbThread(). The DiagnosticsEngine was used without being properly initialized.

ergawy avatar Oct 24 '18 13:10 ergawy

CI fails due to some weird spacing mismatches in test cases. Let me know if you would like me to look into that.

ergawy avatar Oct 24 '18 14:10 ergawy

Init is called after the initialize message. Is this causing a crash?

jacobdufault avatar Oct 24 '18 20:10 jacobdufault