Skip to content

Commit

Permalink
fixed screenshot extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Sep 8, 2023
1 parent 4a5dffd commit 3062620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/services/device-manager.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class DeviceManagerService extends BackendClient {
}

async takeScreenshot(device: DeviceLike, method: ScreenshotMethod = 'DISPLAY'): Promise<string> {
const tmpPath = `/tmp/devman_shot_${Date.now()}.bmp`
const tmpPath = `/tmp/devman_shot_${Date.now()}.png`
const param: Record<string, any> = {
path: tmpPath,
method: method,
Expand Down

0 comments on commit 3062620

Please sign in to comment.