Commit 7d913fd
Ensure the resolver moduler is loaded (#135)
Due to how the resolver is defined, it won't be automatically loaded locally by Elixir (unless eager module loading is turned on).
So we need to ensure that the resolver is loaded before checking if the function is exported.
Fixes #1341 parent 88dbad5 commit 7d913fd
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
435 | 440 | | |
436 | 441 | | |
437 | 442 | | |
| |||
0 commit comments