This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit e2eb46f
committed
[[ Ext ]] Ensure load if library deletes stacks on failure
The `revInternal__LoadIfLibrary` handler depends on `send` throwing
an error if the handler is not found, however, a recent change meant
that the `revAvailableHanlders` was used to check if the stack had
library initialization handlers so `send` was sending empty which does
not throw an error. See Bug 206891 parent 01e1ca8 commit e2eb46f
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
0 commit comments