Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: minor debug edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 8, 2018
1 parent f9ee886 commit 807e47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class Plugin implements IPlugin {
let command = p.name !== 'index' && p.name
return [...topics, command].filter(f => f).join(':')
})
debug('found ids', ids)
debug('found commands', ids)
return ids
}

Expand Down

0 comments on commit 807e47e

Please sign in to comment.