Commit d9c794b
committed
fix: use isPlatformError helper in remove() instead of instanceof check
Replace 'cause instanceof PlatformError.PlatformError' with
'isPlatformError(cause)' in the remove method for consistency with
the rest of the file and to avoid instanceof fragility across
module boundaries.1 parent e016fe7 commit d9c794b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments