mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-17 07:46:31 +00:00
Fix Berry solidification regression introduced in #23451
This commit is contained in:
parent
c10686e366
commit
67d223dc78
@ -300,7 +300,7 @@ int be_module_load_nocache(bvm *vm, bstring *path, bbool nocache)
|
|||||||
/* load module to vm->top */
|
/* load module to vm->top */
|
||||||
int be_module_load(bvm *vm, bstring *path)
|
int be_module_load(bvm *vm, bstring *path)
|
||||||
{
|
{
|
||||||
return be_module_load_nocache(vm, path, btrue);
|
return be_module_load_nocache(vm, path, bfalse);
|
||||||
}
|
}
|
||||||
|
|
||||||
BERRY_API bbool be_getmodule(bvm *vm, const char *k)
|
BERRY_API bbool be_getmodule(bvm *vm, const char *k)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user