mirror of
https://github.com/danog/code-server.git
synced 2025-01-22 21:41:14 +01:00
7edf797efc
Previously they'd go in still stringified so we didn't get a chance to convert buffer objects back to buffers, for example, making things like `fs.write` write `[object Object]` to files.