Remove output option

This commit is contained in:
Will Boyd
2025-01-20 16:28:36 -05:00
parent 2add380406
commit bafe869221
4 changed files with 6 additions and 8 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
import path from 'path';
import process from 'process';
import * as parser from './src/parser.js';
import * as settings from './src/settings.js';
import * as wizard from './src/wizard.js';
import * as writer from './src/writer.js';
@@ -18,7 +19,7 @@ import * as writer from './src/writer.js';
// happy goodbye
console.log('\nAll done!');
console.log('Look for your output files in: ' + path.resolve(config.output));
console.log('Look for your output files in: ' + path.resolve(settings.output_directory));
})().catch(ex => {
// sad goodbye
console.log('\nSomething went wrong, execution halted early.');