Merge pull request #100657 from MrNossiom/patch-1

Update logging
This commit is contained in:
Martin Aeschlimann 2020-06-22 13:03:39 +02:00 committed by GitHub
commit a5cdb44413
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,8 +173,7 @@
"Log to the console": {
"prefix": "log",
"body": [
"console.log($1);",
"$0"
"console.log($1);"
],
"description": "Log to the console"
},
@ -182,7 +181,6 @@
"prefix": "warn",
"body": [
"console.warn($1);",
"$0"
],
"description": "Log warning to the console"
},
@ -190,7 +188,6 @@
"prefix": "error",
"body": [
"console.error($1);",
"$0"
],
"description": "Log error to the console"
}