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