Files
XCTerminal/node_modules/node-pty/lib/shared/conout.js
2026-03-21 20:26:20 +08:00

11 lines
348 B
JavaScript

"use strict";
/**
* Copyright (c) 2020, Microsoft Corporation (MIT License).
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.getWorkerPipeName = void 0;
function getWorkerPipeName(conoutPipeName) {
return conoutPipeName + "-worker";
}
exports.getWorkerPipeName = getWorkerPipeName;
//# sourceMappingURL=conout.js.map