Skip to content

Commit e0a8d4f

Browse files
Fatme HavaluovaFatme Havaluova
authored andcommitted
Fix error stubs
1 parent 9a3b0cf commit e0a8d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stubs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export class ErrorsStub implements IErrors {
127127
throw args;
128128
}
129129

130-
beginCommand(action:() => void, printHelpCommand: () => void) {
130+
beginCommand(action:() => IFuture<boolean>, printHelpCommand: () => IFuture<boolean>): IFuture<boolean> {
131131
throw new Error("not supported");
132132
}
133133

0 commit comments

Comments
 (0)