Fixing string output for canceling url go to

This commit is contained in:
sloumdrone 2019-01-06 09:02:45 -08:00
parent 4c0268125b
commit 43a2051319
1 changed files with 2 additions and 2 deletions

4
stubb
View File

@ -1,6 +1,6 @@
#!/usr/bin/env lua
local version = 'v0.8.7'
local version = 'v0.8.8'
local socket = require("socket")
local urlparser = require("socket.url")
local separator = '- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n'
@ -189,7 +189,7 @@ function mainloop()
if url ~= '!' and url ~= '' then
go_to_url(url, true)
else
print('\n')
print('Cancelled')
end
end
end