From 47ab0c7aabc83b0035e9ebf7ca9dd19c9dfe8d15 Mon Sep 17 00:00:00 2001 From: Denis Slynko Date: Mon, 1 Sep 2025 11:52:03 +0300 Subject: [PATCH] TMP DO NOT MERGE Change-Id: I0c2e6978b4876f0f5d46ea51439c61394e6fe395 Signed-off-by: Denis Slynko --- ecmascript/module/module_path_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ecmascript/module/module_path_helper.h b/ecmascript/module/module_path_helper.h index 292b3473aa..0a6bfb6fd6 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) { -- Gitee