Remove obsolete TODO

No more `execSync('mkdir -p')` so no more need to check if it works on
Windows.
This commit is contained in:
Christopher Allen
2021-07-13 16:08:27 +01:00
committed by Christopher Allen
parent ebd6559822
commit c42c5e72b4

View File

@@ -446,7 +446,6 @@ this removal!
*/
function buildLangfiles(done) {
// Create output directory.
// TODO(#5000): does mkidr -p work on Windows?
const outputDir = path.join(BUILD_DIR, 'msg', 'js');
fs.mkdirSync(outputDir, {recursive: true});