mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 18:24:21 +01:00
exit properly
This commit is contained in:
@@ -22,6 +22,11 @@ export namespace Share {
|
||||
key: payload.properties.key,
|
||||
content: JSON.stringify(payload.properties.content),
|
||||
}),
|
||||
}).then((x) => {
|
||||
log.info("synced", {
|
||||
key: payload.properties.key,
|
||||
status: x.status,
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user