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

Commit

Permalink
fix: added load function
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 7, 2018
1 parent bdc2425 commit 2ecba48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export interface IPlugin {

findCommand(id: string, opts: {must: true}): Command.Class
findCommand(id: string, opts?: {must: boolean}): Command.Class | undefined
load(): Promise<void>
}

const debug = Debug()
Expand Down

0 comments on commit 2ecba48

Please sign in to comment.