diff options
author | 2021-11-02 15:31:03 +1100 | |
---|---|---|
committer | 2021-11-02 15:31:03 +1100 | |
commit | d775a2731d7be00fe53932c43cb2321769ef1989 (patch) | |
tree | 16c75c22431717bb731c238e8796f41f4bba006d /plugins/discord/init.lua | |
parent | e4c0f2ddacb44863f4b9bb52b76d1f5f8e5b03a8 (diff) |
plugins: Moved the timecode recording functionality to a plugin.
Diffstat (limited to 'plugins/discord/init.lua')
-rw-r--r-- | plugins/discord/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/discord/init.lua b/plugins/discord/init.lua index b6e25d08aa7..cc7d09582c5 100644 --- a/plugins/discord/init.lua +++ b/plugins/discord/init.lua @@ -83,7 +83,7 @@ function discord.startplugin() data = data .. res until #res == 0 and #data > 0 or time + 1 < os.time() if #data == 0 then - emu.print_verbose("discord: timed out waiting for response, closing connection\n"); + emu.print_verbose("discord: timed out waiting for response, closing connection"); pipe = nil end --print(data) |