Skip to content

Commit d652e61

Browse files
committed
Add log
1 parent 5c331a0 commit d652e61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

start.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const main = async () => {
5757
let attempt = 0;
5858

5959
while (attempt < retry) {
60+
console.log('Push attempt ' + attempt + '...');
6061
++attempt;
6162
await exec('bash', [path.join(__dirname, './start.sh')], {
6263
env: {

0 commit comments

Comments
 (0)