Skip to content

Commit

Permalink
try busting the cache... again [run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Jun 7, 2024
1 parent e1f2818 commit 0c68609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion npm/angular-signals/src/mount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ function isSignal (prop: any): boolean {

return !!symbol
} catch (e) {
// likely a primitive type, object, array, or something else (i.e. not a signal). We can return false here.
// likely a primitive type, object, array, or something else (i.e. not a signal).
// We can return false here.
return false
}
}
Expand Down

0 comments on commit 0c68609

Please sign in to comment.