Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 32e90f2

Browse files
committed
remove extra line of code
1 parent 3dd846b commit 32e90f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/engine_handlebars.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ var engine_handlebars = {
104104
} catch (err) {
105105

106106
//not a file, so spawn it from the included file
107-
const localMetaFilePath = path.resolve(__dirname, '_meta/', fileName);
108107
const metaFileContent = fs.readFileSync(path.resolve(__dirname, '..', '_meta/', fileName), 'utf8');
109108
fs.outputFileSync(metaFilePath, metaFileContent);
110109
}

0 commit comments

Comments
 (0)