mirror of
https://codeberg.org/1414codeforge/crush.git
synced 2025-06-05 21:49:49 +02:00
[crush] Remove untested warning on Windows.
This commit is contained in:
@ -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')
|
||||||
|
Reference in New Issue
Block a user