We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac49ce3 commit 697f267Copy full SHA for 697f267
src/core/engines/webjs/session.webjs.core.ts
@@ -525,7 +525,7 @@ export class WhatsappSessionWebJSCore extends WhatsappSession {
525
public async browserTrace(query: BrowserTraceQuery): Promise<string> {
526
const tmpdir = new TmpDir(
527
this.logger,
528
- `waha-browser-trace-${this.name}`,
+ `waha-browser-trace-${this.name}-`,
529
(10 * query.seconds + 120) * 1000,
530
);
531
const page = this.whatsapp.pupPage;
0 commit comments