From 68ff3223fc3c5f9076f0e80e99c8981961901511 Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 13:31:36 +0800 Subject: [PATCH] pack.js --- pack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.js b/pack.js index af1eb43..af93a2b 100755 --- a/pack.js +++ b/pack.js @@ -28,6 +28,6 @@ function pack(str) } -var args = Array.prototype.slice.call(argv); +var args = Array.prototype.slice.call(Seed.argv); print(args.join(', ')); -- 2.39.2