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:
@@ -37,6 +37,6 @@ concurrently(
|
|||||||
{
|
{
|
||||||
prefix: "name",
|
prefix: "name",
|
||||||
outputStream: process.stdout,
|
outputStream: process.stdout,
|
||||||
killOthers: ["success", "failure"],
|
killOthersOn: ["success", "failure"],
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -34,6 +34,6 @@ concurrently(
|
|||||||
{
|
{
|
||||||
prefix: "name",
|
prefix: "name",
|
||||||
outputStream: process.stdout,
|
outputStream: process.stdout,
|
||||||
killOthers: ["success", "failure"],
|
killOthersOn: ["success", "failure"],
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user