mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
Feat/js metadata (#1548)
* feat: metadata effect * feat: Metadata for effects * chore: Add in the new types
This commit is contained in:
@@ -20,7 +20,7 @@ fn inner_main() -> Result<(), Error> {
|
||||
),
|
||||
context: matches => {
|
||||
if let Err(_) = std::env::var("RUST_LOG") {
|
||||
std::env::set_var("RUST_LOG", "embassy=warn");
|
||||
std::env::set_var("RUST_LOG", "embassy=warn,js_engine=warn");
|
||||
}
|
||||
EmbassyLogger::init();
|
||||
SdkContext::init(matches)?
|
||||
|
||||
Reference in New Issue
Block a user