Skip to content

Commit e1c8c7c

Browse files
author
penglin2
committed
fix
1 parent 69e5a9f commit e1c8c7c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

wrapper.cpp

+7
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,13 @@ const char *WrapperAPI wrapperDebugInfo(const void *handle) { return NULL; }
498498

499499
int WrapperAPI wrapperNotify(pDataList *data) {
500500
spdlog::debug("wrapperNotify");
501+
501502
int ret = 0;
503+
ret = retpyWrapper->wrapperNotify(data);
504+
if ret != 0 {
505+
spdlog::get("stderr_console")->error("wrapper notify error!");
506+
return ret;
507+
}
508+
502509
return ret;
503510
}

0 commit comments

Comments
 (0)