From 1fe59dc1f5ae7af877b7b2532af85da13ebc54f0 Mon Sep 17 00:00:00 2001 From: Farrin Reid Date: Sat, 7 Jul 2012 05:59:04 -0800 Subject: [PATCH] [fix] path.exists was moved to fs.exists --- lib/zest/templates/loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zest/templates/loader.js b/lib/zest/templates/loader.js index 391a049..66445bc 100644 --- a/lib/zest/templates/loader.js +++ b/lib/zest/templates/loader.js @@ -22,7 +22,7 @@ Loader.prototype = { if (file_found == true) return - path.exists(directory, function(success) + fs.exists(directory, function(success) { // var directory = fs.realpath(directory)