fixed a bug noticed by Casey & John
svn: r12160 original commit: 39021e2da00b860f26ea8532b07dd072438d3667
This commit is contained in:
parent
936effa0dc
commit
0f02da5cff
|
@ -32,7 +32,7 @@
|
|||
(let ([name
|
||||
(cond
|
||||
[(symbol? (object-name proc))
|
||||
(format "~a" (object-name proc))]
|
||||
(format "~a:~a" (object-name proc) counter)]
|
||||
[(and line col)
|
||||
(format "~a:~a.~a:~a" src line col counter)]
|
||||
[else
|
||||
|
|
Loading…
Reference in New Issue
Block a user