Skip to content

Commit

Permalink
devtools(ios): amend context name for devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
ozonelmy committed Aug 30, 2023
1 parent 3206035 commit b633a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ - (void)runHippyDemo {
launchOptions:launchOptions
engineKey:key];
[_convenientBridge setInspectable:YES];
_convenientBridge.contextName = key;
_convenientBridge.contextName = @"Demo";
_convenientBridge.moduleName = @"Demo";
_convenientBridge.methodInterceptor = self;
[self mountConnector:_convenientBridge];
Expand Down

0 comments on commit b633a98

Please sign in to comment.