mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
Fix merge error
This commit is contained in:
@@ -432,7 +432,7 @@ namespace Semmle.Extraction.CIL.Entities
|
||||
}
|
||||
catch (Exception exc)
|
||||
{
|
||||
Cx.Cx.Extractor.Logger.Log(Util.Logging.Severity.Warning, $"Couldn't interpret payload of payload type {PayloadType} as a function pointer type. {exc.Message} {exc.StackTrace}");
|
||||
Cx.Extractor.Logger.Log(Util.Logging.Severity.Warning, $"Couldn't interpret payload of payload type {PayloadType} as a function pointer type. {exc.Message} {exc.StackTrace}");
|
||||
}
|
||||
|
||||
if (target != null)
|
||||
|
||||
Reference in New Issue
Block a user