We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've been playing with Clerk this week, great project!
I had this bad form in my notebook and noticed what seems like a silent failure:
(def foo [] 'bar)
(It was supposed to be defn.)
defn
This seems to also break the file watcher but I don't see any error log outputs in console or elsewhere.
Workaround: remove the form and restart the server.
The text was updated successfully, but these errors were encountered:
85a66cf
@taylorwood thanks for the report, the attached patch should fix the issue you were seeing.
Sorry, something went wrong.
No branches or pull requests
I've been playing with Clerk this week, great project!
I had this bad form in my notebook and noticed what seems like a silent failure:
(It was supposed to be
defn
.)This seems to also break the file watcher but I don't see any error log outputs in console or elsewhere.
Workaround: remove the form and restart the server.
The text was updated successfully, but these errors were encountered: