lib/_copy: space vars into logical grouping

This commit is contained in:
JP Richardson 2015-01-28 02:30:31 -06:00
parent c59dbc22d0
commit 4d5bdf9a80

View File

@ -14,11 +14,14 @@ function ncp (source, dest, options, callback) {
var basePath = process.cwd()
var currentPath = path.resolve(basePath, source)
var targetPath = path.resolve(basePath, dest)
var filter = options.filter
var transform = options.transform
var clobber = options.clobber !== false
var dereference = options.dereference
var errs = null
var started = 0
var finished = 0
var running = 0