feat:fix when debugging,log cannot show on terminal
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#import "DoricContext.h"
|
||||
#import "DoricDebugJSEngine.h"
|
||||
#import "DoricRemoteJSExecutor.h"
|
||||
#import "DoricDevMonitor.h"
|
||||
|
||||
@interface DoricDebugJSEngine ()
|
||||
@property(nonatomic, weak) DoricWSClient *wsClient;
|
||||
@@ -33,6 +34,7 @@ @implementation DoricDebugJSEngine
|
||||
- (instancetype)initWithWSClient:(DoricWSClient *)wsClient {
|
||||
if (self = [super init]) {
|
||||
_wsClient = wsClient;
|
||||
[self.registry registerMonitor:[DoricDevMonitor new]];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user