mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Rebuild credits
Had to update the script now we use weblate
This commit is contained in:
parent
e0b56b7495
commit
41ee83423c
3 changed files with 448 additions and 315 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