Files
blockly/scripts/gulpfiles
Christopher Allen ebd6559822 Fix incorrectly-reverted change to mkdirSync call
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.
2021-07-13 16:11:54 +01:00
..
2021-02-25 17:17:42 -08:00
2021-06-23 13:11:29 +01:00
2021-01-08 11:52:02 -08:00
2020-03-25 15:47:27 -07:00
2021-07-10 13:02:47 +01:00