fix typos

This commit is contained in:
atomiks
2017-12-31 00:45:18 +11:00
parent 3299f8d69b
commit a9b33b4b7f
3 changed files with 3 additions and 4 deletions

View File

@ -12,11 +12,10 @@ const IMPORTS = './imports.js';
const codeRE = /```\s*js([\s\S]*?)```/;
const tagDatabase = fs.readFileSync('tag_database', 'utf8');
console.time('Module');
try {
const tagDatabase = fs.readFileSync('tag_database', 'utf8');
const snippets = fs.readdirSync(SNIPPETS_PATH);
if (!fs.existsSync(TEMP_PATH)) {