mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Add missing init() to marketplace scripts
This commit is contained in:
@@ -131,6 +131,8 @@ function formatLines(messages, ctx, width) {
|
||||
return lines.slice(-MAX_LINES);
|
||||
}
|
||||
|
||||
function init() { }
|
||||
|
||||
function tick(context, state) {
|
||||
const { ctx, width, height, chatMessages } = context;
|
||||
if (!ctx) {
|
||||
|
||||
Reference in New Issue
Block a user