WindowLog.js
[gitlive] / WindowLog.js
index 75a44f3..c578a68 100644 (file)
@@ -91,7 +91,7 @@ WindowLog = {
         var path = dir + (xDate.newDate()).format("/d") + ".log";
         var time = (xDate.newDate()).format("H:i:s ")
         
-        File.append (path, time + str + ' ' + cmd + "\n");
+        File.append (path, time + str + ' ' + cmd + "\n\n");
         
         return;
         var auth = imports.Netrc.Netrc.forHost('git.roojs.com');
@@ -117,4 +117,4 @@ WindowLog = {
 }
 
 
-  
\ No newline at end of file
+