[examples/rename] Append newline to messages.
This commit is contained in:
parent
3ea3eeaa67
commit
c70b7d8ca2
|
@ -40,7 +40,7 @@ for filename in dir(path) do
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Print a nice message and rename things
|
-- Print a nice message and rename things
|
||||||
write(from, ' -> ', to)
|
write(from, ' -> ', to, '\n')
|
||||||
assert(osx.rename(from, to))
|
assert(osx.rename(from, to))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue