mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-07 12:32:54 +00:00
trailing comma
I learned how to lintLua!
This commit is contained in:
parent
6d32c98a69
commit
175de5504e
@ -708,7 +708,7 @@ end
|
||||
settings.define("bios.shell_path", {
|
||||
default = sShell,
|
||||
description = "The path the bios executes as the shell. This program is responsible for implementing the shell and multishell API, handling user input, and program execution.",
|
||||
type = "string"
|
||||
type = "string",
|
||||
})
|
||||
|
||||
if _CC_DEFAULT_SETTINGS then
|
||||
|
Loading…
x
Reference in New Issue
Block a user