mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 07:59:47 +00:00
Fix Lua code generation by using the correct data for comment generation
This commit is contained in:
parent
d272d619cb
commit
14545ed8ba
@ -28,7 +28,7 @@ public static class LuaTable
|
|||||||
|
|
||||||
// Add a comment with the original text content:
|
// Add a comment with the original text content:
|
||||||
sb.AppendLine();
|
sb.AppendLine();
|
||||||
sb.AppendLine($"-- {commentContent}");
|
sb.AppendLine($"-- {commentValue}");
|
||||||
|
|
||||||
// Add the assignment to the UI_TEXT_CONTENT table:
|
// Add the assignment to the UI_TEXT_CONTENT table:
|
||||||
sb.AppendLine($"""
|
sb.AppendLine($"""
|
||||||
|
Loading…
Reference in New Issue
Block a user