Thanks to visit codestin.com Credit goes to github.com
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 1313c8c commit f499302Copy full SHA for f499302
tools/doc/checkLinks.js
@@ -65,7 +65,7 @@ function checkFile(path) {
65
console.error((process.env.GITHUB_ACTIONS ?
66
`::error file=${path},line=${line},col=${column}::` : '') +
67
`Unordered reference at ${path}:${line}:${column} (` +
68
- `"${node.label}" should be before "${previousDefinitionLabel})"`
+ `"${node.label}" should be before "${previousDefinitionLabel}")`
69
);
70
process.exitCode = 1;
71
}
0 commit comments