PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
node-pty
/
lib
/
shared
"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
[-] conout.js.map
[edit]
[-] conout.js
[edit]
[+]
..