about summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-09-17 20:37:40 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-09-17 20:37:40 -0700
commit72791d9c35be82043a2f272a8cdeb11bd676a313 (patch)
treea030774c669ac3b88055b9dfe073f023d78b83d1 /main.lua
parent0cc8c706ffc4da107df402e3eac977aefb75f6dc (diff)
downloadview.love-72791d9c35be82043a2f272a8cdeb11bd676a313.tar.gz
some debug prints
I'm starting to edit the sources from within the app in ernest. First
question: why does the file navigation menu skip some files? These
prints answer the question.
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index fd0fe45..570a7a1 100644
--- a/main.lua
+++ b/main.lua
@@ -33,6 +33,7 @@ load_file_from_source_or_save_directory('drawing_tests.lua')
 
 -- but some files we want to only load sometimes
 function App.load()
+  log_new('session')
   if love.filesystem.getInfo('config') then
     Settings = json.decode(love.filesystem.read('config'))
     Current_app = Settings.current_app