diff options
author | 2016-11-05 20:00:10 -0500 | |
---|---|---|
committer | 2016-11-06 13:41:47 -0600 | |
commit | cbf588359ee1fdb60cea32f653112144f35ca62d (patch) | |
tree | 428d6b0ff26fe96ec86fdd6911f75da71efe913f /plugins/console | |
parent | a6aaa59d19c5183ba16da11ab963646ffbb66aa3 (diff) |
plugins/console: (nw)
Diffstat (limited to 'plugins/console')
-rw-r--r-- | plugins/console/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/console/init.lua b/plugins/console/init.lua index 151af204400..3034b7c2cab 100644 --- a/plugins/console/init.lua +++ b/plugins/console/init.lua @@ -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 |