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
|
||||
1
node_modules/node-pty/lib/shared/conout.js.map
generated
vendored
Normal file
1
node_modules/node-pty/lib/shared/conout.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"conout.js","sourceRoot":"","sources":["../../src/shared/conout.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAUH,SAAgB,iBAAiB,CAAC,cAAsB;IACtD,OAAU,cAAc,YAAS,CAAC;AACpC,CAAC;AAFD,8CAEC"}
|
||||
Reference in New Issue
Block a user