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
errorMessage=$"Runner sent Json at position '{jsonPosition}': {originalJson} ({Convert.ToBase64String(Encoding.UTF8.GetBytes(originalJson))})\n{errorMessage}";
985
+
}
986
+
}
987
+
}
988
+
catch(Exceptionex)
989
+
{
990
+
Trace.Error(ex);
991
+
errorMessage=$"Fail to check json IPC error: {ex.Message}\n{errorMessage}";
terminal.WriteError($"Worker received invalid Json at position '{ex.LinePosition}': {errorChunk} ({Convert.ToBase64String(Encoding.UTF8.GetBytes(errorChunk))})");
0 commit comments