mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fixes
This commit is contained in:
parent
0c2826e81e
commit
d05d46d5d8
3 changed files with 6 additions and 8 deletions
|
@ -76,7 +76,7 @@ class Server {
|
|||
};
|
||||
|
||||
this.lastErrors.push(chunk);
|
||||
Util.log('warn', chunk);
|
||||
console.log(chunk);
|
||||
});
|
||||
|
||||
this.cp.on('exit', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue