mirror of
https://github.com/binaricat/Netcatty.git
synced 2026-09-24 15:49:09 +00:00
87b828c254
* fix(terminal): enable ConPTY clear for Mosh and ET * test(terminal): exercise Windows ConPTY spawn options * fix(terminal): align ConPTY clear ABI * fix(terminal): restore patched ConPTY runtime files * fix(terminal): preserve patched ConPTY in packages * test(ui): keep lazy-load comments ASCII-only * fix(terminal): limit patched node-pty rebuild * test(terminal): avoid platform-specific executable stubs
8 lines
212 B
JavaScript
8 lines
212 B
JavaScript
const { rebuildPatchedNodePty } = require("./nodePtyConptyPatch.cjs");
|
|
|
|
rebuildPatchedNodePty({
|
|
projectDir: process.cwd(),
|
|
platform: process.platform,
|
|
arch: process.env.npm_config_arch || process.arch,
|
|
});
|