Dev (#12)
* health check * Update Dockerfile * simplifying the deployment * Update Bot.js makes the find team command public * test (#9) * Dev (#7) * health check * Update Dockerfile * simplifying the deployment * Dev (#8) * health check * Update Dockerfile * simplifying the deployment * Update Bot.js makes the find team command public * Update PlayerService.js * massive update???? could break stuff * Update Bot.js update
This commit is contained in:
2
node_modules/ws/lib/websocket.js
generated
vendored
2
node_modules/ws/lib/websocket.js
generated
vendored
@@ -708,7 +708,7 @@ function initAsClient(websocket, address, protocols, options) {
|
||||
if (parsedUrl.protocol !== 'ws:' && !isSecure && !isIpcUrl) {
|
||||
invalidUrlMessage =
|
||||
'The URL\'s protocol must be one of "ws:", "wss:", ' +
|
||||
'"http:", "https", or "ws+unix:"';
|
||||
'"http:", "https:", or "ws+unix:"';
|
||||
} else if (isIpcUrl && !parsedUrl.pathname) {
|
||||
invalidUrlMessage = "The URL's pathname is empty";
|
||||
} else if (parsedUrl.hash) {
|
||||
|
||||
Reference in New Issue
Block a user