Comparing version 1.3.4 to 1.3.5
@@ -78,7 +78,3 @@ const gaxios = require("gaxios"); | ||
if(!element[0]){ | ||
reject({ | ||
tryNum: (tryNum || 0) + 1, | ||
err: "Try again" | ||
}) | ||
//return azureTTS.get(browser, settings, (tryNum || 0) + 1) | ||
return azureTTS.get(browser, settings, (tryNum || 0) + 1) | ||
} | ||
@@ -148,3 +144,2 @@ | ||
await stream.destroy(); | ||
await page.close(); | ||
@@ -151,0 +146,0 @@ setTimeout(resolve, 500); |
{ | ||
"name": "azuretts", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "Module based on puppeteer to get free quality tts from Microsoft Azure", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6634
140