fix issues with requirements caused by legacy code conflicting with the new autorequire feature
This commit is contained in:
parent
6f82853972
commit
38e5c3e407
1 changed files with 1 additions and 1 deletions
|
@ -49,4 +49,4 @@ for property in $(ls .); do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
require="$__object_name" __package_$type "$@"
|
__package_$type "$@"
|
||||||
|
|
Loading…
Reference in a new issue