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 {
|
try {
|
||||||
context.subscriptions.push(TLDrawEditorProvider.register(context))
|
context.subscriptions.push(TLDrawEditorProvider.register(context))
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e)
|
console.error(e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue