chore: 清理残余文件
This commit is contained in:
11
node_modules/node-pty/lib/shared/conout.js
generated
vendored
Normal file
11
node_modules/node-pty/lib/shared/conout.js
generated
vendored
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user