mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix: increase recent logs buffer (#9143)
This commit is contained in:
parent
418ce9c17e
commit
45b365d958
@ -64,7 +64,7 @@ class DebugLogger {
|
|||||||
|
|
||||||
export const debugLogger = new DebugLogger();
|
export const debugLogger = new DebugLogger();
|
||||||
|
|
||||||
const kLogCount = 50;
|
const kLogCount = 150;
|
||||||
export class RecentLogsCollector {
|
export class RecentLogsCollector {
|
||||||
private _logs: string[] = [];
|
private _logs: string[] = [];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user