mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
plugins/console: (nw)
This commit is contained in:
parent
a6aaa59d19
commit
cbf588359e
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue