1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
This commit is contained in:
Andrew Simachev 2025-02-27 16:34:53 +01:00
parent 0c2826e81e
commit d05d46d5d8
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
3 changed files with 6 additions and 8 deletions

View file

@ -76,7 +76,7 @@ class Server {
};
this.lastErrors.push(chunk);
Util.log('warn', chunk);
console.log(chunk);
});
this.cp.on('exit', () => {