cs: change undefined-variable error to match bc
Add a missing "in". Related to #3325
This commit is contained in:
parent
351c45c78b
commit
1c181ffbd8
|
@ -882,7 +882,7 @@
|
|||
""]
|
||||
[(instance-name i)
|
||||
=> (lambda (name)
|
||||
(#%format "\n module: ~a" name))]
|
||||
(#%format "\n in module: ~a" name))]
|
||||
[else ""]))]
|
||||
[else ""]))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user