@@ -116,7 +116,7 @@ public static int Main (string [] args) |
|
|
116 |
116 |
// developers to be able to debug the generator. This will |
117 |
117 |
// block the generator until a debugger has attached to it |
118 |
118 |
// our customers won't find any use for this. |
119 |
|
-var process = Process.GetCurrentProcess(); |
|
119 |
+var process = Process.GetCurrentProcess (); |
120 |
120 |
Console.WriteLine ($"Waiting for debugger to attach: ({ process.Id}) {process.ProcessName}"); |
121 |
121 |
while (!Debugger.IsAttached) { |
122 |
122 |
Thread.Sleep (100); |