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
Probably minor, but it seems that :ua-product is wrong in exception with :target :node.
:ua-product
:target
:node
I noticed this today:
1. Unhandled clojure.lang.ExceptionInfo #object[ReferenceError ReferenceError: config is not defined] {:type :js-eval-exception, :error {:status :exception, :value "#object[ReferenceError ReferenceError: config is not defined]", :ua-product :chrome, :stacktrace ...
And figured I should report it 😉
The text was updated successfully, but these errors were encountered:
I think this is expected. This is used to tell the cljs.repl how to interpret a stacktrace and Node produces a Chrome-like stacktrace.
Sorry, something went wrong.
Oh ok I think I was using :ua-product :node in lumo. Pretty sure the cljs compiler handles that but would not know what the difference is.
No branches or pull requests
Probably minor, but it seems that
:ua-product
is wrong in exception with:target
:node
.I noticed this today:
And figured I should report it 😉
The text was updated successfully, but these errors were encountered: