Update extension.ts

This commit is contained in:
Steve Ruiz 2021-11-13 09:42:36 +00:00
parent 80acdf2ff0
commit 22f2c2f6c6

View file

@ -6,6 +6,6 @@ export function activate(context: vscode.ExtensionContext) {
try { try {
context.subscriptions.push(TLDrawEditorProvider.register(context)) context.subscriptions.push(TLDrawEditorProvider.register(context))
} catch (e) { } catch (e) {
console.log(e) console.error(e)
} }
} }