1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-12-02 21:22:41 +03:00

Add more words to explain windows being awful

This commit is contained in:
Travis Ralston
2020-04-20 09:46:52 -06:00
parent 005269e2ad
commit 3f14b31e47

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");