diff --git a/lib/libesp32/berry/src/be_module.c b/lib/libesp32/berry/src/be_module.c index 87c290e85..842377f4f 100644 --- a/lib/libesp32/berry/src/be_module.c +++ b/lib/libesp32/berry/src/be_module.c @@ -300,7 +300,7 @@ int be_module_load_nocache(bvm *vm, bstring *path, bbool nocache) /* load module to vm->top */ 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)