Skip to content

Commit

Permalink
fix linter error after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestalmage committed Apr 15, 2016
1 parent c776f42 commit 77640f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/watcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Watcher.prototype.watchFiles = function () {
Watcher.prototype.trackTestDependencies = function (api) {
var self = this;
var isSource = this.avaFiles.makeSourceMatcher();

var relative = function (absPath) {
return nodePath.relative('.', absPath);
};
Expand Down

0 comments on commit 77640f4

Please sign in to comment.