Skip to content

Commit 030b085

Browse files
authored
Added missing import for RethrownError
1 parent 778e25a commit 030b085

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/xrm/Entity.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import * as playwright from "playwright";
22
import { D365Selectors } from "../domain/D365Selectors";
33
import { EnsureXrmGetter } from "./Global";
44
import { XrmUiTest } from "./XrmUITest";
5+
import { RethrownError } from "../utils/RethrownError";
56

67
/**
78
* Module for interacting with D365 entity records

0 commit comments

Comments
 (0)