UNPKG
@lydell/node-pty
Version:
beta (1.2.0-beta.12)
latest (1.2.0-beta.12)
1.2.0-beta.12
1.2.0-beta.10
1.2.0-beta.8
1.2.0-beta.7
1.2.0-beta.6
1.2.0-beta.3
1.2.0-beta.2
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
node-pty with prebuilt binaries
github.com/lydell/node-pty
lydell/node-pty
@lydell/node-pty
/
shared
/
conout.js
10 lines
(9 loc)
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
/** * Copyright (c) 2020, Microsoft Corporation (MIT License). */
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
function
getWorkerPipeName
(
conoutPipeName
) {
return
conoutPipeName +
"-worker"
; }
exports
.
getWorkerPipeName
= getWorkerPipeName;