youzanyun-devtool-worker
Version:
17 lines (16 loc) • 537 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const spring4js_nodejs_1 = require("spring4js-nodejs");
let LifecyleService = class LifecyleService {
async shutdown() {
await this.sshService.stopSshAgent();
}
};
tslib_1.__decorate([
(0, spring4js_nodejs_1.Resource)()
], LifecyleService.prototype, "sshService", void 0);
LifecyleService = tslib_1.__decorate([
(0, spring4js_nodejs_1.Service)()
], LifecyleService);
exports.default = LifecyleService;