We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1cd01 commit a989e37Copy full SHA for a989e37
src/main.cpp
@@ -223,7 +223,7 @@ int main(int argc, char* argv[]) {
223
auto syncedSchemas = SyncedSchema::resolveIndexedSchema(
224
std::move(indexedSyncedSchemas), codeProperties);
225
226
- SyncedSchema::dumpSchemas(syncedSchemas);
+ SyncedSchema::dumpSchemas(syncedSchemas, outputDirectory);
227
228
const bool combineSourceFiles = true;
229
0 commit comments