Skip to content

Commit

Permalink
feature(): add restore command
Browse files Browse the repository at this point in the history
  • Loading branch information
djrasmusp committed Jan 31, 2025
1 parent 5b01520 commit f72a516
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 f72a516

Please sign in to comment.