Switch to gender neutral terms (#146371)

* Switch to gender neutral terms

* Update testrunner.js

* Update fileSearchManager.ts

* Update fileSearch.ts

* Update fileSearch.ts

Co-authored-by: inclusive-coding-bot <inclusive-coding-bot@github.com>
This commit is contained in:
Inclusive Coding Bot
2022-04-04 19:22:09 -04:00
committed by GitHub
parent 9b0a56e2da
commit 4983226088
3 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
const paths = require('path');
const glob = require('glob');
// Linux: prevent a weird NPE when mocha on Linux requires the window size from the TTY
// Since we are not running in a tty environment, we just implementt he method statically
// Since we are not running in a tty environment, we just implement the method statically
const tty = require('tty');
// @ts-ignore
if (!tty.getWindowSize) {