Skip to content

Commit

Permalink
fix circular dep
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
  • Loading branch information
traeok committed Oct 22, 2024
1 parent ab3ac95 commit 5ceaf6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/zowe-explorer-api/src/extend/IApiExplorerExtender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import * as imperative from "@zowe/imperative";
import { ProfilesCache } from "../profiles/ProfilesCache";
import { ErrorCorrelator } from "..";
import { ErrorCorrelator } from "../utils/ErrorCorrelator";

/**
* This interface can be used by other VS Code Extensions to access an alternative
Expand Down Expand Up @@ -49,7 +49,7 @@ export interface IApiExplorerExtender {

/**
* Allows extenders to contribute error correlations, providing user-friendly
* summaries of API or network errors. Also gives extenders the opportunity to
* summaries of API or network errors. Also gives extenders the opportunity to
* provide tips or additional resources for errors.
*/
getErrorCorrelator(): ErrorCorrelator;
Expand Down

0 comments on commit 5ceaf6c

Please sign in to comment.