mksession: always unix slashes "/" for filepaths

This commit is contained in:
Justin M. Keyes
2020-01-26 14:26:01 -08:00
parent c4f4719ced
commit 1c3ca4f18f
6 changed files with 19 additions and 26 deletions

View File

@@ -794,7 +794,7 @@ function module.alter_slashes(obj)
end
return ret
else
assert(false, 'Could only alter slashes for tables of strings and strings')
assert(false, 'expected string or table of strings, got '..type(obj))
end
end