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
find where goes wrong:
there is character "'" in my computer name, so the code execute error. const stepUrl = window.location.href.replace(encodeURI('fang's_MacBook_Pro_22C3BD02-CC19-4730-AE2B-0F84D9752A77_2568.html'), targetId + '.html');
Maybe we should use "" to represent string.
Command
xclogparser parse --reporter html --file F2E3C0C0-B5A9-493D-BC52-85A59533D701.xcactivitylog
Reproduce:
xlogfile:F2E3C0C0-B5A9-493D-BC52-85A59533D701.xcactivitylog.zip
My html result:
20210709143032.zip
Index.html looks well,but if we click a single task to step in.There is no data in it.
index.html
subtask.html
ps:If I use json reporter,it works well,there is data in subtask.
The text was updated successfully, but these errors were encountered: