Skip to content

Commit

Permalink
feat(ArxMap): export seed settings to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed Aug 10, 2023
1 parent bfe5644 commit ecae90c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ArxMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,13 @@ export class ArxMap {
throw new MapNotFinalizedError()
}

console.log('output directory:', settings.outputDir)
console.log(`seed: ${settings.seed}`)
console.log(`output directory: ${settings.outputDir}`)

await uninstall(settings.outputDir)

this.meta.generatorVersion = await getPackageVersion()
this.meta.seed = settings.seed

// ------------------------

Expand Down

0 comments on commit ecae90c

Please sign in to comment.