Skip to content

Commit 288ec5e

Browse files
authored
Update www
1 parent d854782 commit 288ec5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/www

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function connect() {
112112
if (err) {
113113
retry--;
114114
if (retry === 0) {
115-
log.error('Error found after [%d] attempts: %s', retries, error);
115+
log.error('Error found after [%d] attempts: %s', 20, error);
116116
process.exit(1);
117117
} else {
118118
console.log('retry after 5 seconds.');

0 commit comments

Comments
 (0)