A stackoverflow answer with -5 points, it says "Adding this to main.js, worked for me." with the code being "Vue.config.silent = true;" A reply says "You're just hiding the warnings here, not actually solving the problem.-"
you are viewing a single comment's thread
view the rest of the comments
[–] 25 points 2 years ago (1 child)

PowerShell does that by default, and it's my least favorite feature in my most used language.

$ErrorActionPreference = Stop

At the start of almost every script.

  • source
  • parent
  • hideshow 1 child comment