Skip to content

Commit a989e37

Browse files
committed
synced schema dump location changed to output dir
1 parent 9f1cd01 commit a989e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ int main(int argc, char* argv[]) {
223223
auto syncedSchemas = SyncedSchema::resolveIndexedSchema(
224224
std::move(indexedSyncedSchemas), codeProperties);
225225

226-
SyncedSchema::dumpSchemas(syncedSchemas);
226+
SyncedSchema::dumpSchemas(syncedSchemas, outputDirectory);
227227

228228
const bool combineSourceFiles = true;
229229

0 commit comments

Comments
 (0)