Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 01A3011178 for ; Wed, 27 Aug 2014 09:04:50 +0000 (UTC) Received: (qmail 40651 invoked by uid 500); 27 Aug 2014 09:04:49 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 40625 invoked by uid 500); 27 Aug 2014 09:04:49 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 40616 invoked by uid 99); 27 Aug 2014 09:04:49 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2014 09:04:49 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 862A39CA9B2; Wed, 27 Aug 2014 09:04:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sgrebnov@apache.org To: commits@cordova.apache.org Message-Id: <9ac64900810b4c7bb0f587994282d954@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: adds missing 'fs' reference required for Windows (ln191) Date: Wed, 27 Aug 2014 09:04:49 +0000 (UTC) Repository: cordova-cli Updated Branches: refs/heads/master bb2337af7 -> 6662888cf adds missing 'fs' reference required for Windows (ln191) Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/6662888c Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/6662888c Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/6662888c Branch: refs/heads/master Commit: 6662888cffaab997a0f6daa7657d10962b23cf31 Parents: bb2337a Author: sgrebnov Authored: Wed Aug 27 13:04:33 2014 +0400 Committer: sgrebnov Committed: Wed Aug 27 13:04:33 2014 +0400 ---------------------------------------------------------------------- src/cli.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/6662888c/src/cli.js ---------------------------------------------------------------------- diff --git a/src/cli.js b/src/cli.js index c2b3650..0a26cf7 100644 --- a/src/cli.js +++ b/src/cli.js @@ -24,6 +24,7 @@ var path = require('path'), + fs = require('fs'), help = require('./help'), nopt, _;