We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9246fda commit d27b3baCopy full SHA for d27b3ba
tasks/test_syntax.js
@@ -262,7 +262,7 @@ function assertCircularDeps() {
262
263
if(circularDeps.length) {
264
console.log(circularDeps.join('\n'));
265
- logs.push('some circular dependencies were found to src/');
+ logs.push('some circular dependencies were found in src/');
266
}
267
268
log('circular dependencies: ' + circularDeps.length, logs);
0 commit comments