We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f214588 commit 0d9a066Copy full SHA for 0d9a066
1 file changed
vm/src/sysmodule.rs
@@ -242,6 +242,7 @@ settrace() -- set the global debug tracing function
242
"modules" => modules.clone(),
243
"warnoptions" => ctx.new_list(vec![]),
244
"platform" => ctx.new_str(platform),
245
+ "meta_path" => ctx.new_list(vec![]),
246
});
247
248
modules.set_item("sys", module.clone(), vm).unwrap();
0 commit comments