You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes formatting issues caused by upgrading the prettier version for
the packages that were previously using the pre-commit prettier integration
3,// Optionally specify number of parallel redundant connections to reduce the chance of dropped messages. The connections will round-robin across the provided URLs. Default is 3.
13
-
console// Optionally log socket operations (to the console in this case.)
13
+
console,// Optionally log socket operations (to the console in this case.)
14
14
);
15
15
16
16
// Read and process messages from the Lazer stream
0 commit comments