mirror of
https://github.com/rschamp/gh-pages.git
synced 2026-04-02 12:04:09 +08:00
Updated linter
This commit is contained in:
@@ -131,7 +131,7 @@ function makeDir(path, callback) {
|
||||
* @param {string} dest Destination directory.
|
||||
* @return {Promise} A promise.
|
||||
*/
|
||||
var copy = exports.copy = function(files, base, dest) {
|
||||
exports.copy = function(files, base, dest) {
|
||||
var deferred = Q.defer();
|
||||
|
||||
var pairs = [];
|
||||
|
||||
Reference in New Issue
Block a user