Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sharat87 committed Nov 25, 2024
1 parent 98f0ea2 commit ef62c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/client/packages/rts/src/ctl/restore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ async function figureOutContentsPath(root: string): Promise<string> {
try {
// Check if the root itself contains the contents.
await fsPromises.access(path.join(root, "manifest.json"));

return root;
} catch (error) {
// Ignore
Expand Down

0 comments on commit ef62c35

Please sign in to comment.