parent
ebaafe2658
commit
abc5ddcc6e
|
@ -103,7 +103,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
if (outputs == null || outputs.Length == 0 || (outputs.Length == 1 && outputs[0] is null))
|
||||
{
|
||||
sb.Append($"(no return){terminator}");
|
||||
Tools.LuaConsole.WriteToOutputWindow($"(no return){terminator}");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue