We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4d053 commit 30c0b99Copy full SHA for 30c0b99
lib/screen.class.ts
@@ -78,7 +78,7 @@ export class Screen {
78
});
79
80
const currentScreen = await this.vision.grabScreen();
81
- this.vision.saveImage(currentScreen, outputPath);
+ await this.vision.saveImage(currentScreen, outputPath);
82
return outputPath;
83
}
84
0 commit comments