Skip to content

Commit d27b3ba

Browse files
committed
fix typo in test_syntax
1 parent 9246fda commit d27b3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/test_syntax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ function assertCircularDeps() {
262262

263263
if(circularDeps.length) {
264264
console.log(circularDeps.join('\n'));
265-
logs.push('some circular dependencies were found to src/');
265+
logs.push('some circular dependencies were found in src/');
266266
}
267267

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

0 commit comments

Comments
 (0)