wickrio-bot-api
Advanced tools
Comparing version 6.8.1 to 6.8.2
{ | ||
"name": "wickrio-bot-api", | ||
"version": "6.8.1", | ||
"version": "6.8.2", | ||
"description": "The official Wickr IO Bot API Framework", | ||
@@ -5,0 +5,0 @@ "main": "src/WickrIOBot.js", |
@@ -101,6 +101,3 @@ 'use strict' | ||
) | ||
if (fs.existsSync(pidFile)) { | ||
this.pidFile = pidFile | ||
console.error('pidLocation.json file does not exist! (' + pidFile + ')') | ||
} | ||
this.pidFile = pidFile | ||
} catch (err) { | ||
@@ -779,4 +776,2 @@ console.error(err) | ||
if (!fs.existsSync(this.pidFile)) { | ||
console.error('pidLocation.json file does not exist!!') | ||
} else { | ||
this.wpmDataParsed.name = this.wpmName | ||
@@ -812,3 +807,3 @@ const pidLocationString = '/tmp/' + this.uid + '.pid' | ||
await this.inputTokens(integrationName) | ||
await this.configurePackage() | ||
// await this.configurePackage() | ||
await this.configureForever() | ||
@@ -815,0 +810,0 @@ await this.configureWpm() |
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
124148
3005