Buckets:

imerfanrajabee's picture
download
raw
530 Bytes
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LogExit = void 0;
/**
* Logs the exit code/signal of commands.
*/
class LogExit {
logger;
constructor({ logger }) {
this.logger = logger;
}
handle(commands) {
commands.forEach((command) => command.close.subscribe(({ exitCode }) => {
this.logger.logCommandEvent(`${command.command} exited with code ${exitCode}`, command);
}));
return { commands };
}
}
exports.LogExit = LogExit;

Xet Storage Details

Size:
530 Bytes
·
Xet hash:
f6ef325ec1964e4dde8231518272b0307866c0f8824e0b23f323bf7ecac12344

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