fix demp30

This commit is contained in:
amitm02
2018-10-17 09:16:55 +03:00
parent 3f3fd05cb1
commit c849d5f3e5

View File

@ -2,7 +2,7 @@ import * as fs from "fs";
import { Document, ImportDotx, Packer, Paragraph } from "../build";
const importDotx = new ImportDotx();
const filePath = "./demo/dotx/f.dotx";
const filePath = "./demo/dotx/template.dotx";
fs.readFile(filePath, (err, data) => {
if (err) {