Skip to content

Commit

Permalink
Update src/lib/watch-processor.ts
Browse files Browse the repository at this point in the history
Co-authored-by: schaeferka <[email protected]>
  • Loading branch information
btlghrants and schaeferka authored Oct 24, 2024
1 parent c86a57e commit f605148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/watch-processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async function runBinding(binding: Binding, capabilityNamespaces: string[], igno
// [ true, void, undefined ] SHOULD remove finalizer
// [ false ] should NOT remove finalizer
shouldRemoveFinalizer === false
? Log.debug({ obj }, `Skip removal of finalizer '${peprFinal}' from '${resource}'`)
? Log.debug({ obj }, `Skipping removal of finalizer '${peprFinal}' from '${resource}'`)
: await removeFinalizer(binding, obj);

Check warning on line 124 in src/lib/watch-processor.ts

View check run for this annotation

Codecov / codecov/patch

src/lib/watch-processor.ts#L123-L124

Added lines #L123 - L124 were not covered by tests
}
} else {
Expand Down

0 comments on commit f605148

Please sign in to comment.