Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 33329 invoked from network); 23 Jun 2008 20:28:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jun 2008 20:28:56 -0000 Received: (qmail 72946 invoked by uid 500); 23 Jun 2008 20:28:58 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 72900 invoked by uid 500); 23 Jun 2008 20:28:58 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 72891 invoked by uid 99); 23 Jun 2008 20:28:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2008 13:28:57 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2008 20:28:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C46A8238898F; Mon, 23 Jun 2008 13:28:35 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r670737 - /incubator/couchdb/trunk/share/server/main.js Date: Mon, 23 Jun 2008 20:28:35 -0000 To: couchdb-commits@incubator.apache.org From: cmlenz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080623202835.C46A8238898F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cmlenz Date: Mon Jun 23 13:28:35 2008 New Revision: 670737 URL: http://svn.apache.org/viewvc?rev=670737&view=rev Log: Follow fixes to r670732 for COUCHDB-83. Modified: incubator/couchdb/trunk/share/server/main.js Modified: incubator/couchdb/trunk/share/server/main.js URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/share/server/main.js?rev=670737&r1=670736&r2=670737&view=diff ============================================================================== --- incubator/couchdb/trunk/share/server/main.js [utf-8] (original) +++ incubator/couchdb/trunk/share/server/main.js [utf-8] Mon Jun 23 13:28:35 2008 @@ -94,10 +94,10 @@ reason: "function raised fatal exception"}; } print(toJSON({log: "function raised exception (" + err + ")"})); - buf.push([]); + buf.push("[]"); } } - print(toJSON(buf)); + print("[" + buf.join(", ") + "]"); break; case "rereduce":