Skip to content

Commit 73a7008

Browse files
author
Wayfarer
committed
fix bug
1 parent ad9929a commit 73a7008

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Lector/Program.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: Lector
44
* FILE: Program.cs
@@ -11,12 +11,16 @@
1111

1212
namespace Lector
1313
{
14+
/// <summary>
15+
/// Main entry point and basic interface for my Commands.
16+
/// </summary>
1417
internal static class Program
1518
{
1619
/// <summary>
1720
/// Defines the entry point of the application.
1821
/// </summary>
1922
/// <param name="args">The arguments.</param>
23+
[STAThread]
2024
private static void Main(string[] args)
2125
{
2226
var weave = new Weave();
@@ -66,4 +70,4 @@ private static void RegisterApps(Weave weave)
6670
weave.Register(module);
6771
}
6872
}
69-
}
73+
}

0 commit comments

Comments
 (0)