nanos world API Reference Unofficial documentation
Static function Shared Fast

Console.Error

Logs a red error in the console with stack information, with formatted arguments

Syntax

Lua
Console.Error(message, args... = nil)

Parameters

Name Type Default Description
message string Message to print
args... optional any nil Other arguments to format with the message using string.format