未验证 提交 d213eb2d 编写于 作者: M Milo Moisson 提交者: GitHub

Fix JS snippets trailing commas. (#104153)

Fix JS snippets trailing commas, introduced by #100657 and observed by #104141.
上级 ae56913b
......@@ -180,14 +180,14 @@
"Log warning to console": {
"prefix": "warn",
"body": [
"console.warn($1);",
"console.warn($1);"
],
"description": "Log warning to the console"
},
"Log error to console": {
"prefix": "error",
"body": [
"console.error($1);",
"console.error($1);"
],
"description": "Log error to the console"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册