Minor cleanup related stuff

This commit is contained in:
Bryan Ashby 2017-09-01 17:42:47 -06:00
parent 3c40cb0766
commit de46c28305
4 changed files with 10 additions and 17 deletions

View file

@ -15,7 +15,6 @@ const pathWithTerminatingSeparator = require('../core/file_util.js').pathWithTe
const Log = require('../core/logger.js').log;
const Errors = require('../core/enig_error.js').Errors;
const FileEntry = require('../core/file_entry.js');
const enigmaToAnsi = require('../core/color_codes.js').enigmaToAnsi;
// deps
const async = require('async');