You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewException($"Exit code should be 0 for {resourceName}: {string.Join(Environment.NewLine,InMemoryLogger.RecordedLogs.Reverse().Take(30).Reverse())}");
71
+
thrownewException(
72
+
$"Exit code should be 0 for {resourceName}: {string.Join(Environment.NewLine,InMemoryLogger.RecordedLogs.Reverse().Take(30).Reverse())}");
0 commit comments