fix debug

This commit is contained in:
王劲鹏
2019-10-22 19:34:23 +08:00
committed by pengfei.zhou
parent 44d7261c2c
commit 9861cd60a6
7 changed files with 11 additions and 2601 deletions

View File

@@ -28,7 +28,7 @@ global.injectGlobal = (objName: string, obj: string) => {
global.sendToNative = () => {
}
global.receiveFromNative = (funcName, ) => {
global.receiveFromNative = () => {
}
export * from './index'