File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -195,13 +195,11 @@ - (void)setBridge:(RCTBridge *)bridge
195195 // finished with its initialisation. But it does finish by the time it
196196 // relinquishes control of the main thread, so only queue on the JS thread
197197 // after the current main thread operation is done.
198- if (self.isNuclideDebuggingAvailable ) {
199- dispatch_async (dispatch_get_main_queue (), ^{
200- [bridge dispatchBlock: ^{
201- [RCTInspectorDevServerHelper connectWithBundleURL: bridge.bundleURL];
202- } queue: RCTJSThread];
203- });
204- }
198+ dispatch_async (dispatch_get_main_queue (), ^{
199+ [bridge dispatchBlock: ^{
200+ [RCTInspectorDevServerHelper connectWithBundleURL: bridge.bundleURL];
201+ } queue: RCTJSThread];
202+ });
205203#endif
206204}
207205
You can’t perform that action at this time.
0 commit comments