Skip to content

Commit

Permalink
bug fix for #4488
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-o committed Oct 19, 2021
1 parent eb1c1f4 commit d5cb092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/operators.pm6
Expand Up @@ -324,7 +324,7 @@ sub REQUIRE_IMPORT(
if @missing {
X::Import::MissingSymbols.new(:from($compunit.short-name), :@missing).throw;
}
nqp::gethllsym('Raku','ModuleLoader').merge_globals(
try nqp::gethllsym('Raku','ModuleLoader').merge_globals(
$merge-globals-target.AT-KEY($stubname).WHO,
$GLOBALish,
) if $stubname;
Expand Down

0 comments on commit d5cb092

Please sign in to comment.