aboutsummaryrefslogtreecommitdiffstats
path: root/init.moon
diff options
context:
space:
mode:
Diffstat (limited to 'init.moon')
-rw-r--r--init.moon1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.moon b/init.moon
index 41acabe..5da1dd2 100644
--- a/init.moon
+++ b/init.moon
@@ -25,6 +25,7 @@ delta = do
if last
target, current = (last + period), monotime!
if current > target
+ print current, target
L\warn 'Frame Skipped!'
else
sleep target - current