We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3b0cf commit e0a8d4fCopy full SHA for e0a8d4f
test/stubs.ts
@@ -127,7 +127,7 @@ export class ErrorsStub implements IErrors {
127
throw args;
128
}
129
130
- beginCommand(action:() => void, printHelpCommand: () => void) {
+ beginCommand(action:() => IFuture<boolean>, printHelpCommand: () => IFuture<boolean>): IFuture<boolean> {
131
throw new Error("not supported");
132
133
0 commit comments