Skip to content

Commit

Permalink
fix parsing for share page in edge17 (microsoft#3351)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwunderl authored Mar 22, 2021
1 parent 9929b93 commit 399d4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docfiles/script.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h2 class="ui item header no-select">@title@</h2>
'simulator.user.tick',
data,
);
} catch { /** failed to parse tick from game **/ }
} catch (e) { /** failed to parse tick from game **/ }
}
});

Expand Down

0 comments on commit 399d4f7

Please sign in to comment.