We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4643a commit f368f1bCopy full SHA for f368f1b
src/lib/cloud-provider.js
@@ -113,7 +113,7 @@ class CloudProvider {
113
log.info('Cloud variables are disabled for this project. Not reconnecting.');
114
return;
115
}
116
- log.info(`Closed connection to websocket`);
+ log.info(`WebSocket connection closed with code ${e && e.code}`);
117
const randomizedTimeout = this.randomizeDuration(this.exponentialTimeout());
118
this.setTimeout(this.openConnection.bind(this), randomizedTimeout);
119
0 commit comments