Add TestPanic feature flag (#34963)
Now the `dev: panic` action can be run on all release channels if the user has the feature flag enabled. Release Notes: - N/A
This commit is contained in:
parent
56b64b1d3f
commit
5f0edd38f8
4 changed files with 16 additions and 11 deletions
|
@ -85,6 +85,11 @@ impl FeatureFlag for ThreadAutoCaptureFeatureFlag {
|
|||
false
|
||||
}
|
||||
}
|
||||
pub struct PanicFeatureFlag;
|
||||
|
||||
impl FeatureFlag for PanicFeatureFlag {
|
||||
const NAME: &'static str = "panic";
|
||||
}
|
||||
|
||||
pub struct JjUiFeatureFlag {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue