You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run npm run dev, and its builds succesfull. If i change console.log(getMessage("12345")) to console.log(getMessage(12345)) its builds succesfull yet, without error message.
The text was updated successfully, but these errors were encountered:
Environment (Windows 7):
I run npm run dev, and its builds succesfull. If i change
console.log(getMessage("12345"))
toconsole.log(getMessage(12345))
its builds succesfull yet, without error message.The text was updated successfully, but these errors were encountered: