AndreaCirilloAC/ramazon

replace search() with sessionInfo()

Closed this issue · 0 comments

Since all needed packages require to be detected, search() function needs to be replaced with sessionInfo() in order the handle cases where packages are loaded but not attached:
For instance when calling functions using the "::" operator.