We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d248d67 commit 900254bCopy full SHA for 900254b
Source/Heavy/DaisyExporter.h
@@ -361,10 +361,7 @@ class DaisyExporter final : public ExporterBase {
361
auto sourceDir = outputFile.getChildFile("daisy").getChildFile("source");
362
363
bool heavyExitCode = getExitCode();
364
-
365
- if (heavyExitCode == 0) {
366
- metaJsonFile.copyFileTo(outputFile.getChildFile("meta.json"));
367
- }
+ metaJsonFile.copyFileTo(outputFile.getChildFile("meta.json"));
368
369
if (compile) {
370
auto bin = Toolchain::dir.getChildFile("bin");
0 commit comments