Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9612426 commit 4c4fc05Copy full SHA for 4c4fc05
1 file changed
cpp/ql/src/Diagnostics/FailedExtractions.qll
@@ -60,7 +60,7 @@ class ExtractionIrrecoverableError extends ExtractionError, TCompilationFailed {
60
ExtractionIrrecoverableError() { this = TCompilationFailed(c, f) }
61
62
override string toString() {
63
- result = "Irrecoverable extraction error: " + c.toString() + " in " + f.toString()
+ result = "Irrecoverable extraction error while compiling " + f.toString()
64
}
65
66
override string getErrorMessage() {
0 commit comments