diff --git a/src/snippets/generated.json b/src/snippets/generated.json index 7be8183..debdc01 100644 --- a/src/snippets/generated.json +++ b/src/snippets/generated.json @@ -659,7 +659,7 @@ "consoleLog": { "key": "consoleLog", "prefix": "clg", - "body": "console.log(${1:first});", + "body": "console.log(${1:first})", "description": "Displays a message in the console", "scope": "typescript,typescriptreact,javascript,javascriptreact" },