Trim file-watch test file

This commit is contained in:
2020-11-19 19:37:28 -07:00
parent 93b6a5d930
commit 6389b59494

View File

@@ -1,7 +1,7 @@
(defun check [file delay command erase]
(let [contents
(try
(File.getContent file)
(StringTools.trim (File.getContent file))
(catch [e] ""))]
(if (< 0 contents.length)
#|for (line in contents.split("\n")) {