Add more words to explain windows being awful

pull/13227/head
Travis Ralston 2020-04-20 09:46:52 -06:00
parent 005269e2ad
commit 3f14b31e47
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
// This is a JS script so that the directory is created in-process on Windows.
// If the script isn't run in-process, there's a risk of it racing or never running
// due to file associations in Windows.
// Sorry.
const fs = require("fs");