diff options
author | chai <chaifix@163.com> | 2018-12-22 12:25:06 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-22 12:25:06 +0800 |
commit | 013438437f1f530609578454cf1123a84749f70d (patch) | |
tree | b4bb495e6cf7f1cb81c3765d66c37d0fe3afbf7f /src/jin/main.cpp | |
parent | f319b9646941c8967db7e48079689483e13c00e4 (diff) |
*misc
Diffstat (limited to 'src/jin/main.cpp')
-rw-r--r-- | src/jin/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jin/main.cpp b/src/jin/main.cpp index 4b6f615..9d7fcbe 100644 --- a/src/jin/main.cpp +++ b/src/jin/main.cpp @@ -15,6 +15,7 @@ using namespace JinEngine::Filesystem; static void load(const char* cwd) { + jin_log_info("Currrent working directory is %s", cwd); // Main thread lua state. lua_State* L = luax_newstate(); luax_openlibs(L); |