Skip to content

Commit 697f267

Browse files
committed
[core] Add - in prefix
1 parent ac49ce3 commit 697f267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/engines/webjs/session.webjs.core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ export class WhatsappSessionWebJSCore extends WhatsappSession {
525525
public async browserTrace(query: BrowserTraceQuery): Promise<string> {
526526
const tmpdir = new TmpDir(
527527
this.logger,
528-
`waha-browser-trace-${this.name}`,
528+
`waha-browser-trace-${this.name}-`,
529529
(10 * query.seconds + 120) * 1000,
530530
);
531531
const page = this.whatsapp.pupPage;

0 commit comments

Comments
 (0)