%require should clear the module cache
Closed this issue · 1 comments
apowers313 commented
When running %require
for a module that was already loaded, it hits the module cache and no changes are made. Instead, it should clear the module cache before loading the module.
apowers313 commented
Fixed in 0a4a713