Skip to content

Commit

Permalink
break
Browse files Browse the repository at this point in the history
  • Loading branch information
ccagml committed Oct 28, 2023
1 parent fca83f4 commit effa48f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/bricksData/BricksDataService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export class BricksDataMediator extends BABAMediator {
break;
case BabaStr.CommitResult_showFinish:
await bricksDataService.checkSubmit(_notification.getBody());

break;
case BabaStr.BABACMD_setBricksType:
bricksViewController.setBricksType(body.node, body.type);
break;
Expand Down
1 change: 1 addition & 0 deletions src/debug/DebugModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ export class DebugMediator extends BABAMediator {

case BabaStr.InitFile:
await debugService.InitAll(body);
break;
default:
break;
}
Expand Down
1 change: 1 addition & 0 deletions src/treeData/TreeDataService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ export class TreeDataMediator extends BABAMediator {

case BabaStr.TreeData_switchEndpoint:
treeDataService.switchEndpoint();
break;
case BabaStr.BABACMD_previewProblem:
treeDataService.previewProblem(body.input, body.isSideMode);
break;
Expand Down

0 comments on commit effa48f

Please sign in to comment.