File tree Expand file tree Collapse file tree 9 files changed +9
-1
lines changed
Atlassian.Bitbucket.UI.Avalonia
Git-Credential-Manager.UI.Avalonia
Atlassian.Bitbucket.UI.Windows
Git-Credential-Manager.UI.Windows Expand file tree Collapse file tree 9 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ private static void AppMain(object o)
55
55
. GetAwaiter ( )
56
56
. GetResult ( ) ;
57
57
58
+ context . Trace2 . Stop ( exitCode ) ;
58
59
Environment . Exit ( exitCode ) ;
59
60
}
60
61
}
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ private static void AppMain(object o)
55
55
. GetAwaiter ( )
56
56
. GetResult ( ) ;
57
57
58
+ context . Trace2 . Stop ( exitCode ) ;
58
59
Environment . Exit ( exitCode ) ;
59
60
}
60
61
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public static void Main(string[] args)
29
29
) ;
30
30
}
31
31
}
32
-
32
+
33
33
//
34
34
// Git Credential Manager's executable used to be named "git-credential-manager-core" before
35
35
// dropping the "-core" suffix. In order to prevent "helper not found" errors for users who
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ private static void AppMain(object o)
57
57
. GetAwaiter ( )
58
58
. GetResult ( ) ;
59
59
60
+ context . Trace2 . Stop ( exitCode ) ;
60
61
Environment . Exit ( exitCode ) ;
61
62
}
62
63
}
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ private static void AppMain(object o)
54
54
. GetAwaiter ( )
55
55
. GetResult ( ) ;
56
56
57
+ context . Trace2 . Stop ( exitCode ) ;
57
58
Environment . Exit ( exitCode ) ;
58
59
}
59
60
}
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ public static async Task Main(string[] args)
28
28
. GetAwaiter ( )
29
29
. GetResult ( ) ;
30
30
31
+ context . Trace2 . Stop ( exitCode ) ;
31
32
Environment . Exit ( exitCode ) ;
32
33
}
33
34
}
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ public static async Task Main(string[] args)
28
28
. GetAwaiter ( )
29
29
. GetResult ( ) ;
30
30
31
+ context . Trace2 . Stop ( exitCode ) ;
31
32
Environment . Exit ( exitCode ) ;
32
33
}
33
34
}
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ public static async Task Main(string[] args)
30
30
. GetAwaiter ( )
31
31
. GetResult ( ) ;
32
32
33
+ context . Trace2 . Stop ( exitCode ) ;
33
34
Environment . Exit ( exitCode ) ;
34
35
}
35
36
}
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ public static async Task Main(string[] args)
28
28
. GetAwaiter ( )
29
29
. GetResult ( ) ;
30
30
31
+ context . Trace2 . Stop ( exitCode ) ;
31
32
Environment . Exit ( exitCode ) ;
32
33
}
33
34
}
You can’t perform that action at this time.
0 commit comments