Skip to content

Commit

Permalink
refactor: change output channel name
Browse files Browse the repository at this point in the history
  • Loading branch information
weirongxu committed Nov 9, 2020
1 parent d3d78fc commit 10ff327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getConfigLocal, genAsyncCatch, genOnError, sleep } from 'coc-helper';
import { Document, workspace } from 'coc.nvim';

const outputChannel = workspace.createOutputChannel('coc-floatinput');
const outputChannel = workspace.createOutputChannel('floatinput');

export const onError = genOnError(outputChannel);

Expand Down

0 comments on commit 10ff327

Please sign in to comment.