mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Use pnpm
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
diff --git a/node_modules/websocket/lib/WebSocketConnection.js b/node_modules/websocket/lib/WebSocketConnection.js
|
||||
diff --git a/lib/WebSocketConnection.js b/lib/WebSocketConnection.js
|
||||
index 219de63..93d3800 100644
|
||||
--- a/node_modules/websocket/lib/WebSocketConnection.js
|
||||
+++ b/node_modules/websocket/lib/WebSocketConnection.js
|
||||
--- a/lib/WebSocketConnection.js
|
||||
+++ b/lib/WebSocketConnection.js
|
||||
@@ -271,7 +271,7 @@ WebSocketConnection.prototype.handleSocketData = function(data) {
|
||||
this.processReceivedData();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user