This commit is contained in:
Felix Wu
2018-07-28 23:50:37 +02:00
committed by Felix Wu
parent 57e72434a9
commit 013764a0f5
3 changed files with 10 additions and 7 deletions

View File

@ -4,6 +4,7 @@
*/
const fs = require('fs-extra');
const chalk = require('chalk');
const util = require('../util');
const glossaryFiles = util.getFilesInDir('./glossary', false);