chore: extract utils folder (#876)

This commit is contained in:
Pavel Feldman
2025-08-12 14:33:00 -07:00
committed by GitHub
parent dbd44110f1
commit c091a11d76
32 changed files with 51 additions and 87 deletions

View File

@@ -17,7 +17,7 @@
import debug from 'debug';
import * as playwright from 'playwright';
import { logUnhandledError } from './log.js';
import { logUnhandledError } from './utils/log.js';
import { Tab } from './tab.js';
import { outputFile } from './config.js';