1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 18:33:50 +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 jaasen-livefront
parent 657f03892e
commit 6b0d115d58
2 changed files with 2 additions and 2 deletions

View File

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

View File

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