README.txt
[gitlive] / WindowLog.js
index 75a44f3..8b24906 100644 (file)
@@ -91,8 +91,9 @@ 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, "\n" +time + str + ' ' + cmd );
         
+
         return;
         var auth = imports.Netrc.Netrc.forHost('git.roojs.com');
 
@@ -117,4 +118,4 @@ WindowLog = {
 }
 
 
-  
\ No newline at end of file
+