mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-23 13:11:27 +10:00
- upgrade react-resizable-panels to latest version
- update translations - remove cypress - add await to all return blocks
This commit is contained in:
@ -32,9 +32,9 @@ export class PrinterService {
|
||||
this.browserURL = `${chromeUrl}?token=${chromeToken}`;
|
||||
}
|
||||
|
||||
private getBrowser() {
|
||||
private async getBrowser() {
|
||||
try {
|
||||
return connect({ browserWSEndpoint: this.browserURL });
|
||||
return await connect({ browserWSEndpoint: this.browserURL });
|
||||
} catch (error) {
|
||||
throw new InternalServerErrorException(ErrorMessage.InvalidBrowserConnection, error.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user