Commit 002c64b
committed
Fix compiling under Windows
`createSymbolicLink` documents that it may fail with
UnsupportedOperationException on OS where symbolic links cannot be used,
but it turns out that in practice it fails with FileSystemException on
Windows when you don't have enough privileges to create symbolic links.1 parent e4ca6a5 commit 002c64b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
0 commit comments