You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: 🐛 potential memory leak with script extensions (#522)
fix: 🐛 fixed missing script parent path (#383)
* feat: script extensions sorter checks load order (#357)
* added a comparator method to sort extensions of the same script
added a comparator method to sort extensions of the same script following the load order
* added a table to avoid iterating through the load order every comparison
* style edits/spacing changes
renamed a var, added spacing to keep the style consistency
* style: added an empty line
* changed get_string_in_between to get_mod_dir
* better description for get_mod_dir
* fix: 🐛 fixed missing script parent path
Before, if the same script was extended multiple times, the `parent_script_path` would be empty for all extensions except the first one.
* fix: ✏️ removed no longer accurate comment
0 commit comments