diff --git a/ecmascript/module/module_path_helper.h b/ecmascript/module/module_path_helper.h index 292b3473aa7fa1c0b57badac2dd1fc5fd46688d1..0a6bfb6fd6e896d48e61a988913373f6470aaaa5 100644 --- a/ecmascript/module/module_path_helper.h +++ b/ecmascript/module/module_path_helper.h @@ -219,6 +219,7 @@ public: inline static std::pair ResolvePath(const char *path) { + LOG_FULL(ERROR) << "ResolvePath with " << path; CString filePath(path); size_t index = filePath.find_last_of('/'); if (index == std::string::npos) {