throw exceptions when modules do not contain claimed exports

This commit is contained in:
Mark Thom
2021-02-09 12:17:34 -07:00
parent cc7e21170f
commit 195273f01d
4 changed files with 47 additions and 29 deletions

View File

@@ -1868,5 +1868,5 @@ pub(super) fn load_module(
code_dir,
op_dir,
meta_predicate_dir,
);
).unwrap();
}