From: Edward Date: Mon, 3 Dec 2012 03:05:42 +0000 (+0800) Subject: WindowLog.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=186a62af17957af8a6697a7090a024925b0220a3 WindowLog.js --- 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;