plugins/console: (nw)

This commit is contained in:
cracyc 2016-11-05 20:00:10 -05:00
parent a6aaa59d19
commit cbf588359e

View file

@ -74,7 +74,6 @@ function console.startplugin()
return
elseif started then
local cmd = conth.result
ln.historyadd(cmd)
local func, err = load(cmd)
if not func then
if err:match("<eof>") then