jesh
jesh
## Problem Two test cases are failing, present at `line 44` and `line 52` in `test.js` (although 4 test cases are failing but I'm considering 2 since I was able...
In the file [`tinychat/examples/tinychat/index.html`](https://github.com/exo-explore/exo/blob/main/tinychat/examples/tinychat/index.html#L25) at line 25, and additional `` closing tag is present. This tag throws an error and prettier is unable to format this file.  Either you...
Fix for [Unable to format index.html #253](https://github.com/exo-explore/exo/issues/253) issue. Removed extra closing `` tag from `index.html`, thus enabling the file to be formatted by prettier.
PR for #58572 Fixed definition of `assert.ifError()` in `lib/assert.js