From 1f136c6a727cc5e6f8eeb786bfa89f28dcdd5ab6 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 28 Feb 2014 20:51:12 -0500 Subject: [PATCH] ninjafix to mappedPath --- src/meta.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta.js b/src/meta.js index 88e8504762..93f53e04d3 100644 --- a/src/meta.js +++ b/src/meta.js @@ -263,7 +263,7 @@ var fs = require('fs'), var relPath = jsPath.slice(new String('plugins/' + matches[0]).length); return plugins.staticDirs[matches[0]] + relPath; } else { - winston.warn('[meta.scripts.get] Could not resolve mapped path: ' + mappedPath + '. Are you sure it is defined by a plugin?'); + winston.warn('[meta.scripts.get] Could not resolve mapped path: ' + jsPath + '. Are you sure it is defined by a plugin?'); return null; } } else {