mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-08 16:16:16 +00:00
lint
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -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
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -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
Reference in New Issue
Block a user