Skip to content

Commit

Permalink
fixup! feat: allow update function to trigger file deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Jun 2, 2023
1 parent 90353c8 commit 8be991b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/create-tree.ts
Expand Up @@ -81,6 +81,7 @@ export async function createTree(
});
continue;
} catch (error) {
// istanbul ignore next
continue;
}
}
Expand Down

0 comments on commit 8be991b

Please sign in to comment.