diff --git a/src/commands/restoreFiles.js b/src/commands/restoreFiles.js index 74575c1..dcbd8ac 100644 --- a/src/commands/restoreFiles.js +++ b/src/commands/restoreFiles.js @@ -18,7 +18,7 @@ export async function restoreFiles(allFilesSelected) { validate: (options) => options.length > 0 }) } - + await gitRestoreFiles(selectedFiles) } catch (error) {