Update extension.ts
This commit is contained in:
parent
80acdf2ff0
commit
22f2c2f6c6
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ export function activate(context: vscode.ExtensionContext) {
|
|||
try {
|
||||
context.subscriptions.push(TLDrawEditorProvider.register(context))
|
||||
} catch (e) {
|
||||
console.log(e)
|
||||
console.error(e)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue