mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
fix: increas recent logs buffer (#6330)
This commit is contained in:
parent
a51dc50d85
commit
3c126024ca
@ -62,7 +62,7 @@ class DebugLogger {
|
||||
|
||||
export const debugLogger = new DebugLogger();
|
||||
|
||||
const kLogCount = 50;
|
||||
const kLogCount = 500;
|
||||
export class RecentLogsCollector {
|
||||
private _logs: string[] = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user