mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Fix default avatar URL
This commit is contained in:
parent
dce659fa7c
commit
62fca05de4
3 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@ function getEnvCli (server?: ServerInfo) {
|
|||
return `NODE_ENV=test NODE_APP_INSTANCE=${server.serverNumber}`
|
||||
}
|
||||
|
||||
async function execCLI (command: string,) {
|
||||
async function execCLI (command: string) {
|
||||
return new Promise<string>((res, rej) => {
|
||||
exec(command, (err, stdout, stderr) => {
|
||||
if (err) return rej(err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue