Skip to content

Commit

Permalink
Update AssemblyCSharpBuilder.Compile.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
NMSAzulX committed Dec 17, 2023
1 parent 5023426 commit 4361c2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public Assembly GetAssembly()
pdbStream?.Dispose();
}
dllStream.Seek(0, SeekOrigin.Begin);
if (_notLoadIntoDomain)
if (!_notLoadIntoDomain)
{
assembly = Domain.LoadAssemblyFromStream(dllStream, null);
CompileSucceedEvent?.Invoke(_compilation, assembly!);
Expand Down

0 comments on commit 4361c2c

Please sign in to comment.