mirror of
https://codeberg.org/1414codeforge/crush.git
synced 2025-04-23 06:37:18 +02:00
[crush] Remove untested warning on Windows.
This commit is contained in:
parent
52ced64154
commit
f6e8a29946
@ -51,10 +51,6 @@ local chdir
|
|||||||
local mkdir
|
local mkdir
|
||||||
|
|
||||||
if is_windows then
|
if is_windows then
|
||||||
-- ---------------
|
|
||||||
-- NOTE: untested!
|
|
||||||
-- ---------------
|
|
||||||
|
|
||||||
-- local
|
-- local
|
||||||
function is_directory(path)
|
function is_directory(path)
|
||||||
local fh, _, code = io.open(path, 'r')
|
local fh, _, code = io.open(path, 'r')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user