Skip to content

Commit

Permalink
Done formating on terminal.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozy-Viking committed Dec 14, 2023
1 parent ce8ee4e commit 0df78b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export class Terminal {
* Exit event handler
* @param res
*/
protected exit = (res : {exitCode: number; signal?: number | undefined;}) => {
protected exit = (res : {exitCode: number, signal?: number | undefined}) => {
this.server.io.to(this.name).emit("terminalExit", this.name, res.exitCode);

// Remove room
Expand Down

0 comments on commit 0df78b0

Please sign in to comment.