Commit 9e7c628
authored
fix: Correct path.sep for POSIX LuaJIT consumers (#409)
The existing path.sep logic tested explicitly for Linux, OSX, or BSD
OSes as queried through LuaJIT (if present). This left out other POSIX
OSes, which will almost certainly use the UNIX-style forward slash,
rather than backslash.
Since Windows is the odd one out when it comes to path separators, using
it for the comparison should provide better coverage long-term.1 parent 87f7156 commit 9e7c628
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments