injected folder won't work

This commit is contained in:
Simon Knott 2025-02-05 14:08:19 +01:00
parent 037fe39c30
commit 92dc2bba2f
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC
2 changed files with 1 additions and 1 deletions

View file

@ -43,7 +43,7 @@ import type { Artifact } from './artifact';
import { Clock } from './clock';
import type { ClientCertificatesProxy } from './socksClientCertificatesInterceptor';
import { RecorderApp } from './recorder/recorderApp';
import * as storageScript from './injected/storageScript';
import * as storageScript from './storageScript';
export abstract class BrowserContext extends SdkObject {
static Events = {