Skip to content

Commit 3e9d9a4

Browse files
committed
fix: docblock param name in Logger::setupOutputChannel method.
- Fixed the docblock param `channel` to the actual name of the param `channelOverride`.
1 parent d611ee7 commit 3e9d9a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Logger {
3333
/**
3434
* Override the output channel
3535
*
36-
* @param {OutputChannel} channel A vscode output channel.
36+
* @param {OutputChannel} channelOverride A vscode output channel.
3737
*/
3838
public setupOutputChannel(channelOverride?: OutputChannel): void {
3939
if (channelOverride) {

0 commit comments

Comments
 (0)