Skip to content

Commit

Permalink
Merge pull request #100657 from MrNossiom/patch-1
Browse files Browse the repository at this point in the history
Update logging
  • Loading branch information
aeschli authored Jun 22, 2020
2 parents 1974484 + fc8b56a commit a5cdb44
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions extensions/javascript/snippets/javascript.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -173,24 +173,21 @@
"Log to the console": {
"prefix": "log",
"body": [
"console.log($1);",
"$0"
"console.log($1);"
],
"description": "Log to the console"
},
"Log warning to console": {
"prefix": "warn",
"body": [
"console.warn($1);",
"$0"
],
"description": "Log warning to the console"
},
"Log error to console": {
"prefix": "error",
"body": [
"console.error($1);",
"$0"
],
"description": "Log error to the console"
}
Expand Down

0 comments on commit a5cdb44

Please sign in to comment.