Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -576,6 +576,7 @@ utilities.char = {
|
||||
em_dash = '—'
|
||||
}
|
||||
|
||||
|
||||
-- taken from http://stackoverflow.com/a/11130774/3163199
|
||||
function scandir(directory)
|
||||
local i, t, popen = 0, {}, io.popen
|
||||
@ -904,4 +905,4 @@ function table.contains(table, element)
|
||||
return false
|
||||
end
|
||||
|
||||
return utilities
|
||||
return utilities
|
Reference in New Issue
Block a user