Skip to content

Commit

Permalink
i need more sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
samardzicneo committed Mar 7, 2024
1 parent e6fa1c6 commit 61c787a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodeApi/Runtime/NodejsPlatform.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public NodejsPlatform(
var entryAssembly = Assembly.GetEntryAssembly();

nint libnodeHandle =
entryAssembly == null
entryAssembly != null
? NativeLibrary.Load(libnode, entryAssembly, null)
: NativeLibrary.Load(libnode);
#else
Expand Down

0 comments on commit 61c787a

Please sign in to comment.