We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8239a27 commit 8525a07Copy full SHA for 8525a07
lib/obj.sh
@@ -43,7 +43,7 @@ Obj__init(){
43
done
44
45
# Getting the class directory for the package
46
- local class_directory="$(Obj_get_imported_directory "$package_alias")/$Ash__module_classes_folder"
+ local class_directory="$(Obj_get_imported_directory "$package_alias")/$Ash__MODULE_CLASSES_DIRECTORY"
47
if [[ "$class_directory" = "" ]]; then
48
Logger__error "Cannot create an object with the alias of $package_alias, as it has not been imported"
49
exit
0 commit comments