Open deathaxe opened 9 months ago
This commit merges calls to reload modules into a single statement.
Note importer.reload() may return a new module instance, which is then to be used for subsequent functions.
importer.reload()
This commit merges calls to reload modules into a single statement.
Note
importer.reload()
may return a new module instance, which is then to be used for subsequent functions.