Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I don't think this is chrome's fault, If it really were a native error, it would use `console.error()`, not `console.warn()`.
-
If I'd take a wild guess then someone did fuck up bravely the file encoding (e.g. non-UTF-8 / UTF-8 with BOM)… charset or locale is not set.
As the webtools will infer the language from it and display localized messages -
@IntrusionCM I'd like to point that the "error" is sent via `console.warn`. The file is OK, the error is custom written. It may be a custom web component made in asia, if vue supports that, that is.
-
@melezorus34 yeah, you’re correct. It was a warning from a third party custom Vue component
I’m not sure why my dev tools feels the need to change warnings to a foreign language, but thanks Chrome!
rant