X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=WindowLog.js;h=8b24906ed9dfb315a1961b6a04b92f5cb2583d66;hb=186a62af17957af8a6697a7090a024925b0220a3;hp=75a03ae0ae3304e727a4a070e74ae81c255a4a56;hpb=05be264f0288a220d7ae8684e4d90b5c2a285e67;p=gitlive diff --git a/WindowLog.js b/WindowLog.js index 75a03ae0..8b24906e 100644 --- a/WindowLog.js +++ b/WindowLog.js @@ -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\n"); + File.append (path, "\n" +time + str + ' ' + cmd ); return;