We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e9375 commit 2355beeCopy full SHA for 2355bee
scripts/check-logids.js
@@ -2,7 +2,7 @@ const { runInDir } = require('./run-in-dir');
2
3
// Gather all log ids from the Compass source,
4
async function main() {
5
- const { stdout } = await runInDir(`git grep -H mongoLogId`);
+ const { stdout } = await runInDir(`git grep --untracked -H mongoLogId`);
6
const mapNumberToSource = new Map();
7
8
for (const line of stdout.split('\n').filter(Boolean)) {
0 commit comments