docx-templates
Advanced tools
Comparing version 2.7.2 to 2.7.3
@@ -151,5 +151,5 @@ 'use strict'; | ||
// Wait for pormises to resolve | ||
// Wait for promises to resolve | ||
if (!((typeof result === 'undefined' ? 'undefined' : (0, _typeof3.default)(result)) === 'object' && result.then)) { | ||
if (!((typeof result === 'undefined' ? 'undefined' : (0, _typeof3.default)(result)) === 'object' && result && result.then)) { | ||
_context2.next = 11; | ||
@@ -156,0 +156,0 @@ break; |
{ | ||
"name": "docx-templates", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"description": "Template-based docx report creation", | ||
@@ -5,0 +5,0 @@ "main": "lib/indexNode.js", |
Sorry, the diff of this file is not supported yet
165338