mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-04-06 09:59:07 +08:00
Rebuild dist/
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -335,7 +335,9 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const homeSsh = homePath + '/.ssh';
|
const homeSsh = homePath + '/.ssh';
|
||||||
fs.mkdirSync(homeSsh, { recursive: true });
|
if (!fs.existsSync(buildDir)) {
|
||||||
|
fs.mkdirSync(homeSsh, { recursive: true });
|
||||||
|
}
|
||||||
|
|
||||||
console.log("Starting ssh-agent");
|
console.log("Starting ssh-agent");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user