Skip to content

Commit

Permalink
Move location of multi-cancellation-token
Browse files Browse the repository at this point in the history
This avoids a code-scanning warning.
  • Loading branch information
aeisenberg committed Sep 29, 2023
1 parent 3ba1712 commit 04dfc4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import {
import { CoreCompletedQuery, QueryRunner } from "../../query-server";
import { AstBuilder } from "../ast-viewer/ast-builder";
import { qlpackOfDatabase } from "../../local-queries";
import { MultiCancellationToken } from "../../common/multi-cancellation-token";
import { MultiCancellationToken } from "../../common/vscode/multi-cancellation-token";

/**
* Runs templated CodeQL queries to find definitions in
Expand Down

0 comments on commit 04dfc4e

Please sign in to comment.