Merge pull request #1254 from github/aeisenberg/fix-main

Fix duplication import
This commit is contained in:
Andrew Eisenberg
2022-03-29 13:54:00 -07:00
committed by GitHub

View File

@@ -1,5 +1,4 @@
import * as path from 'path';
import * as fs from 'fs-extra';
import {
commands,
Disposable,
@@ -777,7 +776,7 @@ export class QueryHistoryManager extends DisposableObject {
}
}
}
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 + '?');
}