This commit is contained in:
vis2k 2021-08-25 12:30:12 +08:00
parent fb895d4297
commit 2cee00c243

View File

@ -124,7 +124,8 @@ public override ILPostProcessResult Process(ICompiledAssembly compiledAssembly)
}
}
// TODO needs modified assembly
// always return an ILPostProcessResult with Logs.
// otherwise we won't see Logs if weaving failed.
return new ILPostProcessResult(compiledAssembly.InMemoryAssembly, Log.Logs);
}
}