diff --git a/vm/src/sysmodule.rs b/vm/src/sysmodule.rs index 594a4f8a6..a16b80745 100644 --- a/vm/src/sysmodule.rs +++ b/vm/src/sysmodule.rs @@ -243,6 +243,7 @@ settrace() -- set the global debug tracing function "warnoptions" => ctx.new_list(vec![]), "platform" => ctx.new_str(platform), "meta_path" => ctx.new_list(vec![]), + "path_hooks" => ctx.new_list(vec![]), }); modules.set_item("sys", module.clone(), vm).unwrap();