mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
plugins/console: (nw)
This commit is contained in:
parent
a6aaa59d19
commit
cbf588359e
@ -74,7 +74,6 @@ function console.startplugin()
|
|||||||
return
|
return
|
||||||
elseif started then
|
elseif started then
|
||||||
local cmd = conth.result
|
local cmd = conth.result
|
||||||
ln.historyadd(cmd)
|
|
||||||
local func, err = load(cmd)
|
local func, err = load(cmd)
|
||||||
if not func then
|
if not func then
|
||||||
if err:match("<eof>") then
|
if err:match("<eof>") then
|
||||||
|
Loading…
Reference in New Issue
Block a user