mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
remove accidental print, fixes #295
This commit is contained in:
parent
2a9f16377b
commit
669ca05963
@ -203,7 +203,6 @@ do
|
||||
local file
|
||||
file = _des_0[1]
|
||||
local time = lfs.attributes(file, "modification")
|
||||
print(file, time)
|
||||
if not (time) then
|
||||
mod_time[file] = nil
|
||||
_continue_0 = true
|
||||
|
@ -86,7 +86,6 @@ class SleepWatcher extends Watcher
|
||||
while true
|
||||
for {file} in *@file_list
|
||||
time = lfs.attributes file, "modification"
|
||||
print file, time
|
||||
unless time -- file no longer exists
|
||||
mod_time[file] = nil
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user