Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ public AttachmentsManager(RubyContext context) {
}

public synchronized void attach(String file, int line, final RubyProc block) {
final Instrument instrument = Instrument.create(new ASTInstrumentListener() {
final Instrument instrument = Instrument.create(new StandardInstrumentListener() {

@Override
public void enter(Probe probe, Node node, VirtualFrame frame) {

0 comments on commit b2b02cb

Please sign in to comment.