Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[iOS] fix compile error when eagle add bundletype (#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhan-he authored and YorkShen committed May 9, 2019
1 parent 058f8ea commit c49751b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
NSURL* nsURL = [NSURL URLWithString:NSSTRING(url)];
[[WXSDKManager bridgeMgr] DownloadJS:@(instance_id) url:nsURL completion:^(NSString *script) {
WXPerformBlockOnBridgeThread(^{
callback([script UTF8String] ? : "");
callback([script UTF8String] ? : "", "");
});
}];
}
Expand Down

0 comments on commit c49751b

Please sign in to comment.