Skip to content

Commit

Permalink
Don't mention *CORE.setting in error message
Browse files Browse the repository at this point in the history
References to CORE.setting.moarvm where removed with 4ae08e0,
but rakudo-j points to gen/jvm/CORE.setting (no .jar there).

Fixes RT #130509 and RT #124767 on JVM
  • Loading branch information
usev6 committed Jan 22, 2017
1 parent a1c7d01 commit 10bcec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Backtrace.pm
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ my class Backtrace::Frame {
method is-setting(Backtrace::Frame:D:) {
$!file.starts-with("SETTING::")
|| $!file.ends-with("CORE.setting." ~ Rakudo::Internals.PRECOMP-EXT)
|| $!file.ends-with("CORE.setting")
}
}

Expand Down

0 comments on commit 10bcec2

Please sign in to comment.