mirror of
https://github.com/google/blockly.git
synced 2026-06-16 16:15:14 +02:00
ebd6559822
An intermediate version of this code read:
fs.mkdir(demoStaticTmpDir, {recursive: true}), done);
but apparently `fs.mkdir` doesn't honour the recursive option, so I
tried to revert the change but munged it instead.
This commit cleans up the mess I made.