mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Remove obsolete TODO
No more `execSync('mkdir -p')` so no more need to check if it works on
Windows.
This commit is contained in:
committed by
Christopher Allen
parent
ebd6559822
commit
c42c5e72b4
@@ -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});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user