Current Directory:
/opt/bitninja-threat-hunting/node_modules/node-pty/lib/shared
Upload
Create File
File Name
Size
Actions
conout.js
348 bytes
Edit
|
Delete
|
Rename
|
Download
conout.js.map
204 bytes
Edit
|
Delete
|
Rename
|
Download
"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
Save Changes