forked from matrix/element-web
Add more words to explain windows being awful
This commit is contained in:
parent
005269e2ad
commit
3f14b31e47
|
@ -1,4 +1,6 @@
|
||||||
// This is a JS script so that the directory is created in-process on Windows.
|
// 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.
|
// Sorry.
|
||||||
|
|
||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
|
|
Loading…
Reference in New Issue