mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
Resolves godotengine/godot-vscode-plugin#796 (#797)
This commit is contained in:
@@ -49,7 +49,7 @@ export class MessageIO extends EventEmitter {
|
||||
resolve();
|
||||
});
|
||||
socket.on("data", (chunk: Buffer) => {
|
||||
this.emit("data", chunk.toString());
|
||||
this.emit("data", chunk);
|
||||
});
|
||||
// socket.on("end", this.on_disconnected.bind(this));
|
||||
socket.on("error", () => {
|
||||
|
||||
Reference in New Issue
Block a user