mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Fix file read error log message
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Semmle.Extraction.Entities
|
||||
}
|
||||
catch (Exception exc)
|
||||
{
|
||||
Context.ExtractionError($"Couldn't read file", originalPath, null, exc.StackTrace);
|
||||
Context.ExtractionError($"Couldn't read file: {originalPath}", null, null, exc.StackTrace);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user