Skip to content

Commit

Permalink
Added missing import for RethrownError
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalFlow authored Jan 10, 2022
1 parent 778e25a commit 030b085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xrm/Entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import * as playwright from "playwright";
import { D365Selectors } from "../domain/D365Selectors";
import { EnsureXrmGetter } from "./Global";
import { XrmUiTest } from "./XrmUITest";
import { RethrownError } from "../utils/RethrownError";

/**
* Module for interacting with D365 entity records
Expand Down

0 comments on commit 030b085

Please sign in to comment.