1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

Rename deprecated killOthers to killOthersOn (#17856)

This commit is contained in:
Oscar Hinton
2025-12-09 09:55:25 +01:00
committed by GitHub
parent dfe2e283a0
commit fda9a9d2b2
2 changed files with 2 additions and 2 deletions

View File

@@ -34,6 +34,6 @@ concurrently(
{
prefix: "name",
outputStream: process.stdout,
killOthers: ["success", "failure"],
killOthersOn: ["success", "failure"],
},
);