rumble,error: fix error case when given a field with no value

Closes #3744
This commit is contained in:
Bogdan Popa 2021-03-29 11:26:19 +03:00 committed by Matthew Flatt
parent b320a1a114
commit 1a1018d9fe

View File

@ -150,7 +150,7 @@
[(null? more) '()]
[(string? (car more))
(cond
[(null? more)
[(null? (cdr more))
(raise-arguments-error 'raise-arguments-error
"missing value after field string"
"string"