Merge branch 'main' into aeisenberg/analysis-results-on-restart
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
import * as fs from 'fs-extra';
|
|
||||||
import {
|
import {
|
||||||
commands,
|
commands,
|
||||||
Disposable,
|
Disposable,
|
||||||
@@ -777,7 +776,7 @@ export class QueryHistoryManager extends DisposableObject {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private warnNoEvalLog() {
|
private warnNoEvalLog() {
|
||||||
void showAndLogWarningMessage('No evaluator log is available for this run. Perhaps it failed before evaluation, or you are running with a version of CodeQL before ' + CliVersionConstraint.CLI_VERSION_WITH_PER_QUERY_EVAL_LOG + '?');
|
void showAndLogWarningMessage('No evaluator log is available for this run. Perhaps it failed before evaluation, or you are running with a version of CodeQL before ' + CliVersionConstraint.CLI_VERSION_WITH_PER_QUERY_EVAL_LOG + '?');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user