|
@@ -370,9 +370,7 @@ pub fn context_codegen(data: ContextData) -> Result<TokenStream, EmbeddedAssetsE
|
|
|
PatternKind::Isolation { dir } => {
|
|
|
let dir = config_parent.join(dir);
|
|
|
if !dir.exists() {
|
|
|
- panic!(
|
|
|
- "The isolation application path is set to `{dir:?}` but it does not exist"
|
|
|
- )
|
|
|
+ panic!("The isolation application path is set to `{dir:?}` but it does not exist")
|
|
|
}
|
|
|
|
|
|
let mut sets_isolation_hook = false;
|