Skip to content

Commit

Permalink
Merge pull request #19 from djrasmusp/feature/command-files-list
Browse files Browse the repository at this point in the history
feature(): add restore command
  • Loading branch information
djrasmusp authored Jan 31, 2025
2 parents 69b60a1 + f72a516 commit e1adc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/restoreFiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function restoreFiles(allFilesSelected) {
validate: (options) => options.length > 0
})
}


await gitRestoreFiles(selectedFiles)
} catch (error) {
Expand Down

0 comments on commit e1adc77

Please sign in to comment.