Skip to content

Commit

Permalink
fixes #50737
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed May 31, 2018
1 parent bf97d62 commit 37ddf5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ export class SaveAllInGroupAction extends BaseSaveAllAction {
}

protected doRun(context: any): TPromise<any> {
return this.commandService.executeCommand(SAVE_ALL_IN_GROUP_COMMAND_ID);
return this.commandService.executeCommand(SAVE_ALL_IN_GROUP_COMMAND_ID, {}, context);
}

protected includeUntitled(): boolean {
Expand Down

0 comments on commit 37ddf5c

Please sign in to comment.