arudradey's picture
download
raw
249 Bytes
// workaround for tty output truncation upon process.exit()
// https://github.com/nodejs/node/issues/6456
[process.stdout, process.stderr].forEach((s) => {
s && s.isTTY && s._handle && s._handle.setBlocking &&
s._handle.setBlocking(true)
});

Xet Storage Details

Size:
249 Bytes
·
Xet hash:
d6f1a815447c0bde03664b58764858f841f17e16cf81b783301e912ca56c6536

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.