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

Commit

Permalink
fix: fixed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 20, 2018
1 parent b56cd9b commit 4beac37
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 @@ -124,7 +124,7 @@ export class Plugin implements IPlugin {
try {
globby = require('globby')
} catch {
this._debug('not loading plugins, globby not found')
this._debug('not loading commands, globby not found')
return []
}
this._debug(`loading IDs from ${this.commandsDir}`)
Expand Down

0 comments on commit 4beac37

Please sign in to comment.