Skip to content

Commit 7810081

Browse files
committed
wip
1 parent b4c24cc commit 7810081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdp/target.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ fn disposeBrowserContext(
300300
}
301301

302302
// TODO: hard coded IDs
303-
const TargetID = "TARGETID460A8F29706A2ADF14316298";
303+
pub const TargetID = "TARGETID460A8F29706A2ADF14316298";
304304
const LoaderID = "LOADERID42AA389647D702B4D805F49A";
305305

306306
fn createTarget(

0 commit comments

Comments
 (0)