Skip to content

Commit 5be42c4

Browse files
committed
Updated default resource directory for screen
1 parent 9863e44 commit 5be42c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screen.class.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Region } from "./region.class";
1010
export class Screen {
1111
public config = {
1212
confidence: 0.99,
13-
resourceDirectory: "./",
13+
resourceDirectory: cwd(),
1414
};
1515

1616
constructor(private vision: VisionAdapter) {

0 commit comments

Comments
 (0)