Skip to content
Snippets Groups Projects
Commit 9027a5d0 authored by 最萌小汐's avatar 最萌小汐
Browse files

don't throw error to console in hacker

fix #93
parent dc32c986
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ export function activate(context: vscode.ExtensionContext) { ...@@ -18,7 +18,6 @@ export function activate(context: vscode.ExtensionContext) {
try { try {
luaDocContext[k] = context[k]; luaDocContext[k] = context[k];
} catch (error) { } catch (error) {
console.error(error);
} }
} }
luaDocContext.ViewType = 'lua-doc'; luaDocContext.ViewType = 'lua-doc';
...@@ -41,5 +40,3 @@ export function activate(context: vscode.ExtensionContext) { ...@@ -41,5 +40,3 @@ export function activate(context: vscode.ExtensionContext) {
export function deactivate() { export function deactivate() {
languageserver.deactivate(); languageserver.deactivate();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment