mirror of
https://github.com/caprover/caprover
synced 2025-12-15 07:45:39 +00:00
Fixed broken promise
This commit is contained in:
@@ -50,7 +50,7 @@ class GitHelper {
|
|||||||
|
|
||||||
return Promise.resolve() //
|
return Promise.resolve() //
|
||||||
.then(function() {
|
.then(function() {
|
||||||
fs.outputFile(SSH_KEY_PATH, sshKey + '')
|
return fs.outputFile(SSH_KEY_PATH, sshKey + '')
|
||||||
})
|
})
|
||||||
.then(function() {
|
.then(function() {
|
||||||
return exec(
|
return exec(
|
||||||
|
|||||||
Reference in New Issue
Block a user