Fix comment TODO formatting.

This commit is contained in:
Christopher Allen
2021-07-08 17:29:26 +01:00
parent 311b2c16d8
commit 1e4fa8005a

View File

@@ -446,7 +446,7 @@ this removal!
*/
function buildLangfiles(done) {
// Create output directory.
// BUG(cpcallen): this probably doesn't work on Windows.
// TODO(#5000): does mkidr -p work on Windows?
const outputDir = path.join(BUILD_DIR, 'msg', 'js');
execSync(`mkdir -p ${outputDir}`, {stdio: 'inherit'});