Skip to content

Commit 900254b

Browse files
committed
do without exit-code check
1 parent d248d67 commit 900254b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Source/Heavy/DaisyExporter.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,7 @@ class DaisyExporter final : public ExporterBase {
361361
auto sourceDir = outputFile.getChildFile("daisy").getChildFile("source");
362362

363363
bool heavyExitCode = getExitCode();
364-
365-
if (heavyExitCode == 0) {
366-
metaJsonFile.copyFileTo(outputFile.getChildFile("meta.json"));
367-
}
364+
metaJsonFile.copyFileTo(outputFile.getChildFile("meta.json"));
368365

369366
if (compile) {
370367
auto bin = Toolchain::dir.getChildFile("bin");

0 commit comments

Comments
 (0)