mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-07 20:42:53 +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", {
|
settings.define("bios.shell_path", {
|
||||||
default = sShell,
|
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.",
|
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
|
if _CC_DEFAULT_SETTINGS then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user