diff options
author | 2021-05-07 02:09:13 +1000 | |
---|---|---|
committer | 2021-05-07 02:14:05 +1000 | |
commit | fab84e8d2b9177e11d334a82892dc554d128052b (patch) | |
tree | b7cbeb727891f6c09048f1f11f9dbe9576e348fe /plugins/boot.lua | |
parent | 075d934ff422e6b03352d91877d4ec92fb218641 (diff) |
Mostly revert "Create console history file in homepath (#8026)"
The change to make the console plugin work is preserved.
This reverts commit 25137717c9392d142650fcd679b09c400a2f5c4a.
Diffstat (limited to 'plugins/boot.lua')
-rw-r--r-- | plugins/boot.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/boot.lua b/plugins/boot.lua index 0bc32e91b27..8ae3e069755 100644 --- a/plugins/boot.lua +++ b/plugins/boot.lua @@ -1,6 +1,6 @@ -- license:BSD-3-Clause -- copyright-holders:Miodrag Milanovic -_G.lfs = require("lfs") +require('lfs') _G._ = emu.lang_translate _G.emu.plugin = {} -- table to contain plugin interfaces |