Initial support for FILEGATE.ZXX / RAID style import of file areas

This commit is contained in:
Bryan Ashby 2018-12-03 23:51:43 -07:00
parent 104f6aeda9
commit 9c835af000
3 changed files with 201 additions and 10 deletions

View file

@ -377,7 +377,7 @@ function importAreas() {
console.error(err.reason ? err.reason : err.message);
} else {
const addFieldUpd = 'bbs' === importType ? '"name" and "desc"' : '"desc"';
console.info('Configuration generated.');
console.info('Import complete.');
console.info(`You may wish to validate changes made to ${getConfigPath()}`);
console.info(`as well as update ${addFieldUpd} fields, sorting, etc.`);
console.info('');