mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
...
This commit is contained in:
@@ -89,7 +89,7 @@ def on_glfw_error(code, msg):
|
||||
msg = msg.decode('utf-8')
|
||||
except Exception:
|
||||
msg = repr(msg)
|
||||
print('[glfw error]:', msg, file=sys.stderr)
|
||||
print('[glfw error] ', msg, file=sys.stderr)
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user