Fork me on GitHub
#hoplon
<
2017-04-11
>
Josh01:04:14

@onetom What a silly mistake, thanks so much for catching that!

Josh01:04:46

That totally fixed it, thank you! It's too bad that error passed silently rather than getting caught and logged by boot-reload somewhere

Josh01:04:06

(anyone know if that'd be a new-contributor-friendly change? if so I'd be happy to give it a shot)

onetom04:04:48

@jab so the issue here is that (reload (:on-jsload 'some/sym)) is the same as saying (reload nil) and that doesn't throw an error. but should it throw? what would be the error message?

micha14:04:52

@onetom i think it's just how the base case for the recursion was done

micha14:04:07

nil in that loop means no more args