Skip to content

Commit

Permalink
- Issue #8: hello_auto sample: Cannot find entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-shilo committed Nov 29, 2023
1 parent ceeb095 commit 3a29f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Precompiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ internal static Result Process(string content, string consoleEncoding)
}
}

string entryPointDefinition = "///CS-Script auto-class generation" + Environment.NewLine +
string entryPointDefinition = "static ///CS-Script auto-class generation" + Environment.NewLine +
"#line " + (lineCount + 1) + " \"" + scriptFile + "\"";

result.BodyInjectedLine = lineCount;
Expand Down

0 comments on commit 3a29f16

Please # to comment.