Skip to content

Commit

Permalink
Update winapp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manatlan authored Oct 25, 2023
1 parent 07814ba commit 7d23814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htag/runners/winapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def instanciate(url:str):
console.error("WS ERROR");
};
ws.onclose = function(e) {
console.error("WS CLOSED");
window.close();
};
"""
return HRenderer(self.tagClass, js, lambda: os._exit(0), init=init, fullerror=False)
Expand Down

0 comments on commit 7d23814

Please sign in to comment.