diff options
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); |