Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d27b3ba

Browse filesBrowse files
committed
fix typo in test_syntax
1 parent 9246fda commit d27b3ba
Copy full SHA for d27b3ba

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tasks/test_syntax.js

Copy file name to clipboardExpand all lines: tasks/test_syntax.js
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.