thelounge/server
Reto Brunner 97f553eea8 cli: don't fail if stderr is not in json format
A user reported in the IRC chan that installing packages fails with

```
2023-12-13 20:02:34 [INFO] Installing thelounge-theme-solarized v1.1.9...
undefined:1
(node:3329) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
^
SyntaxError: Unexpected token '(', "(node:3329"... is not valid JSON
```

Now, this happens as yarn helpfully prints a deprecation warning
that is shown in the stack trace.

Let's assume that we may get non json messages and log them at debug, as we
don't know their severity.
2023-12-13 22:55:53 +01:00
..
command-line cli: don't fail if stderr is not in json format 2023-12-13 22:55:53 +01:00
models Merge branch 'frameworkInternals' 2023-06-24 14:28:48 +02:00
plugins sqlite: return new version in downgrade() 2023-11-06 07:52:59 +01:00
types search: ignore searchResults if it isn't the active query 2023-01-08 11:41:09 +01:00
client.ts Fix load of channels from user config 2023-04-08 13:46:13 +02:00
clientManager.ts Merge branch 'cliMigrations' 2023-11-04 11:59:41 +01:00
config.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
helper.ts Fix git commit not being available in dist build 2023-02-15 12:03:08 +02:00
identification.ts fix formatting 2023-02-18 11:46:31 +01:00
index.d.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
index.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
log.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
server.ts don't crash on rDNS failure 2023-11-04 11:45:11 +01:00
tsconfig.json Move condensedTypes to shared/ 2023-01-30 09:14:40 +01:00