fixed break
svn: r145
This commit is contained in:
parent
e9d37607ef
commit
40621f7288
|
@ -253,7 +253,10 @@ TESTING/CAPABILITIES------------------------------------------------------------
|
|||
[(client line col type args)
|
||||
(case type
|
||||
['bind (trace/bind client line col args)]
|
||||
['break (trace/break client line col)])]))
|
||||
['break (trace/break client line col)])]
|
||||
|
||||
[(client line col type)
|
||||
(create-trace client line col type null)]))
|
||||
|
||||
|
||||
; takes a single trace, looks up what it needs to do, and returns an frp-event to publish
|
||||
|
|
Loading…
Reference in New Issue
Block a user