Fix build

This commit is contained in:
Dolan
2018-04-10 21:06:02 +01:00
parent 02f80bc616
commit 226206b100
3 changed files with 11 additions and 29 deletions

View File

@ -311,4 +311,4 @@ const doc = documentCreator.create([experiences, education, skills, achievements
var exporter = new docx.LocalPacker(doc);
exporter.pack("Dolan Miu CV");
console.log('Document created successfully at project root!');
console.log("Document created successfully at project root!");