mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-03 12:57:08 +01:00
Gather.
This commit is contained in:
1
dist/generators/template-generator.js
vendored
1
dist/generators/template-generator.js
vendored
@ -131,7 +131,6 @@ Definition of the TemplateGenerator class. TODO: Refactor
|
||||
opts.beforeWrite(thisFilePath);
|
||||
}
|
||||
MKDIRP.sync(PATH.dirname(thisFilePath));
|
||||
console.log(file.info.path);
|
||||
if (file.info.action !== 'copy') {
|
||||
FS.writeFileSync(thisFilePath, file.data, {
|
||||
encoding: 'utf8',
|
||||
|
Reference in New Issue
Block a user