msportalfx-mock
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -58,3 +58,3 @@ "use strict"; | ||
logger_1.logger.debug("Checking existance of SSL certificate."); | ||
return [4 /*yield*/, execAsync("powershell -noprofile " + path_1.join(__dirname, "createCert.ps1") + " -FriendlyName '" + identity + "'", { encoding: "utf8" })]; | ||
return [4 /*yield*/, execAsync("powershell -noprofile \"" + path_1.join(__dirname, "createCert.ps1") + "\" -FriendlyName '" + identity + "'", { encoding: "utf8" })]; | ||
case 1: | ||
@@ -61,0 +61,0 @@ output = _a.sent(); |
{ | ||
"name": "msportalfx-mock", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "msportalfx-mock", | ||
@@ -5,0 +5,0 @@ "main": "./lib/src/app.js", |
Sorry, the diff of this file is not supported yet
403552