Skip to content

Commit

Permalink
fix typo in test_syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Mar 2, 2018
1 parent 9246fda commit d27b3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test_syntax.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function assertCircularDeps() {

if(circularDeps.length) {
console.log(circularDeps.join('\n'));
logs.push('some circular dependencies were found to src/');
logs.push('some circular dependencies were found in src/');
}

log('circular dependencies: ' + circularDeps.length, logs);
Expand Down

0 comments on commit d27b3ba

Please sign in to comment.