fix: Avoid pipe to head on find (#751)

This commit is contained in:
Felipe Franciosi
2025-04-09 06:43:41 +01:00
committed by GitHub
parent ddd38dcd0b
commit 433265fa2e
10 changed files with 38 additions and 39 deletions

View File

@@ -74,7 +74,7 @@ function processInfo() {
var path = window.location.pathname.replace(/[^/]*$/, '').replace(/\/$/, '');
var wsUrl = protocol + "//" + window.location.host + path + "/websockify";
var webSocket = webSocketFactory.connect(wsUrl);
return true;
}