We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4feba commit c88be65Copy full SHA for c88be65
src/tools/rustdoc-js-std/tester.js
@@ -65,6 +65,7 @@ function main(argv) {
65
var errors = 0;
66
67
fs.readdirSync(test_folder).forEach(function(file) {
68
+ process.stdout.write('Checking "' + file + '" ... ');
69
errors += tools.runChecks(path.join(test_folder, file), loaded, index);
70
});
71
return errors > 0 ? 1 : 0;
0 commit comments