mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-04-20 23:47:03 -05:00
Rebuild dist/
This commit is contained in:
parent
28f6a06f87
commit
7e04477f79
1 changed files with 3 additions and 1 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
@ -335,7 +335,9 @@ try {
|
|||
}
|
||||
|
||||
const homeSsh = homePath + '/.ssh';
|
||||
fs.mkdirSync(homeSsh, { recursive: true });
|
||||
if (!fs.existsSync(buildDir)) {
|
||||
fs.mkdirSync(homeSsh, { recursive: true });
|
||||
}
|
||||
|
||||
console.log("Starting ssh-agent");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue