This commit is contained in:
Alex Yatskov 2024-02-21 18:53:17 -08:00
parent 771b40e82e
commit 8aee72f2c8

View File

@ -160,7 +160,7 @@ func (self *Context) step() {
self.goldsmith.fault(self.plugin.Name(), inputFile, err) self.goldsmith.fault(self.plugin.Name(), inputFile, err)
} }
} else { } else {
self.filesOut <- inputFile self.DispatchFile(inputFile)
} }
} }
}() }()