Closed ntoxeg closed 4 years ago
If I have a cell where the last line has some code with a comment at the end I get that kind of error:
read-error (scm_i_lreadparen #<unknown port>:2:148: end of file () #f)
Got it, I wrap code block into
(begin _code_block_ )
so comments hide the last ) I will fix it soon. Thanks!
)
Fixed, may you test it again please?
The bug is indeed gone, thanks.
If I have a cell where the last line has some code with a comment at the end I get that kind of error: