Skip to content

Commit

Permalink
Assign before using
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Dec 26, 2024
1 parent f498080 commit f0ce30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PuppeteerSharp/Cdp/CdpJSHandle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ public class CdpJSHandle : JSHandle
{
internal CdpJSHandle(IsolatedWorld world, RemoteObject remoteObject)
{
Logger = Client.Connection.LoggerFactory.CreateLogger(GetType());
Realm = world;
RemoteObject = remoteObject;
Logger = Client.Connection.LoggerFactory.CreateLogger(GetType());
}

/// <inheritdoc/>
Expand Down

0 comments on commit f0ce30c

Please sign in to comment.