From f86ce1128ab0f654b565734797ee4915411c7f77 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 12 Jun 2010 23:13:30 -0700 Subject: Start with a reminder that it failed if you don't see "ok" --- cli.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cli.js') diff --git a/cli.js b/cli.js index 8d9b0efe0..167a62dfc 100755 --- a/cli.js +++ b/cli.js @@ -2,13 +2,16 @@ // don't assume that npm is installed in any particular spot, since this // might conceivably be a bootstrap attempt. +var log = require("./lib/utils/log") + +log("ok", "it worked if it ends with") + var fs = require("fs") , path = require("path") , sys = require("sys") , npm = require("./npm") // supported commands. - , log = require("./lib/utils/log") , argv = process.argv.slice(2) , arg = "" -- cgit v1.2.3