This commit is contained in:
yimysty
2022-01-26 16:52:28 -08:00
parent 8e75ed476c
commit 54c13aa7dc
4 changed files with 2 additions and 4 deletions

1
dist/index.js vendored
View File

@@ -7136,7 +7136,6 @@ class Deployment {
/*eslint no-constant-condition: ["error", { "checkLoops": false }]*/ /*eslint no-constant-condition: ["error", { "checkLoops": false }]*/
while (true) { while (true) {
// Handle reporting interval // Handle reporting interval
await new Promise(r => setTimeout(r, reportingInterval + errorReportingInterval)) await new Promise(r => setTimeout(r, reportingInterval + errorReportingInterval))

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@@ -7136,7 +7136,6 @@ class Deployment {
/*eslint no-constant-condition: ["error", { "checkLoops": false }]*/ /*eslint no-constant-condition: ["error", { "checkLoops": false }]*/
while (true) { while (true) {
// Handle reporting interval // Handle reporting interval
await new Promise(r => setTimeout(r, reportingInterval + errorReportingInterval)) await new Promise(r => setTimeout(r, reportingInterval + errorReportingInterval))

File diff suppressed because one or more lines are too long