[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
|
||||
|
||||
-- Print a nice message and rename things
|
||||
write(from, ' -> ', to)
|
||||
write(from, ' -> ', to, '\n')
|
||||
assert(osx.rename(from, to))
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue