Skip to content

Commit 82d2882

Browse files
committed
🔧 introspection progress feedback adjusted for *nixes
1 parent cf208ea commit 82d2882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tdvcli/AST/Internal/IntrospectionProgressFeedback.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
internal class IntrospectionProgressFeedback : IDisposable
1212
{
13-
private static readonly char[] _hourglass = { ' ', '.', 'o', 'O', '\u0001', '\u0002', 'o', '.' };
13+
private static readonly char[] _hourglass = { ' ', '.', 'o', 'O', 'X', 'O', 'X', 'O', 'o', '.' };
1414

1515
private readonly Dictionary<string, WSDL.Admin.introspectResourcesResultResponse> _introspectionProgress = new Dictionary<string, WSDL.Admin.introspectResourcesResultResponse>();
1616
private readonly IInfoOutput _output;

0 commit comments

Comments
 (0)