This commit is contained in:
10
vscode-server-linux-x64-web/node_modules/node-pty/lib/shared/conout.js
generated
vendored
Normal file
10
vscode-server-linux-x64-web/node_modules/node-pty/lib/shared/conout.js
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
"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;
|
Reference in New Issue
Block a user