mirror of
https://github.com/tyranid/DotNetToJScript
synced 2026-06-08 17:59:42 +00:00
Fixed bug in vbscript debug generation.
This commit is contained in:
@@ -28,7 +28,7 @@ namespace DotNetToJScript
|
||||
builder.AppendLine("Sub DebugPrint(s)");
|
||||
if (!String.IsNullOrEmpty(debug_statement))
|
||||
{
|
||||
builder.AppendLine("{0} s");
|
||||
builder.AppendFormat("{0} s", debug_statement).AppendLine();
|
||||
}
|
||||
builder.AppendLine("End Sub");
|
||||
builder.AppendLine();
|
||||
|
||||
Reference in New Issue
Block a user