File size: 348 Bytes
20dbb3c | 1 2 3 4 5 6 7 8 9 10 11 | "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 |