async
This commit is contained in:
@@ -165,7 +165,7 @@ async function checkWorkflow(
|
|||||||
|
|
||||||
// Bring back the read-only folders
|
// Bring back the read-only folders
|
||||||
console.log("Restore read-only folders");
|
console.log("Restore read-only folders");
|
||||||
settings.readOnlyFolders.forEach(async (folder) => {
|
await settings.readOnlyFolders.forEach(async (folder) => {
|
||||||
await exec("git", [
|
await exec("git", [
|
||||||
"checkout",
|
"checkout",
|
||||||
folder
|
folder
|
||||||
|
|||||||
Reference in New Issue
Block a user