This commit is contained in:
Ethan Chiu
2020-07-08 14:08:04 -04:00
parent 8828263795
commit 6d7efa9906

View File

@@ -78,6 +78,7 @@ namespace GitHub.Runner.Worker
if (executionContext.FileTable == null)
{
executionContext.FileTable = new string[0];
executionContext.FileTable.Add(fileRelativePath);
}
else if (fileId > executionContext.FileTable.Count)
{