mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add missing var.
This commit is contained in:
@@ -381,7 +381,7 @@ _.extend(Builder.prototype, {
|
||||
|
||||
_.each(methods, function (method) {
|
||||
ret[method] = function (/* arguments */) {
|
||||
args = _.toArray(arguments);
|
||||
var args = _.toArray(arguments);
|
||||
|
||||
if (method !== "copyDirectory") {
|
||||
// Normal method (relPath as first argument)
|
||||
|
||||
Reference in New Issue
Block a user