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