Skip to content

Commit

Permalink
Update src/Neo.Compiler.CSharp/Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Sep 9, 2024
1 parent 009e9e9 commit d8a5578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neo.Compiler.CSharp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private static void Handle(RootCommand command, Options options, string[]? paths
ReEntrancyAnalyzer.AnalyzeSingleContractReEntrancy(nef, manifest, debugInfo).GetWarningInfo(print: true);
return;
}
if (extension != ".cs")
else if (extension != ".cs")
{
Console.Error.WriteLine("The files must have a .cs extension.");
context.ExitCode = 1;
Expand Down

0 comments on commit d8a5578

Please sign in to comment.