Skip to content

Commit

Permalink
Fix CompUnit::PrecompilationUnit::File::bytecode not returning bytecode
Browse files Browse the repository at this point in the history
Since commit 81ac37f the bytecode method only
returned the bytecode when it wasn't already initialized.
  • Loading branch information
niner committed Mar 27, 2020
1 parent a3f61d7 commit 13ca677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core.c/CompUnit/PrecompilationStore/File.pm6
Expand Up @@ -63,6 +63,7 @@ class CompUnit::PrecompilationStore::File
self!read-dependencies;
$!bytecode := $!handle.slurp(:bin,:close)
}
$!bytecode
}
}

Expand Down

0 comments on commit 13ca677

Please sign in to comment.