cs: sync error message for undefined identifier
This commit is contained in:
parent
cf9ae3b200
commit
cd31b308af
|
@ -843,7 +843,7 @@
|
|||
(identify-module var))]
|
||||
[else
|
||||
(string-append (symbol->string (variable-source-name var))
|
||||
": undefined;\n cannot reference undefined identifier"
|
||||
": undefined;\n cannot reference an identifier before its definition"
|
||||
(identify-module var))])
|
||||
(current-continuation-marks)
|
||||
(variable-name var))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user