Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(avm): avm 0.40, avm-server 0.32 #1647

Merged
merged 2 commits into from
Jun 26, 2023
Merged

fix(avm): avm 0.40, avm-server 0.32 #1647

merged 2 commits into from
Jun 26, 2023

Conversation

folex
Copy link
Member

@folex folex commented Jun 22, 2023

No description provided.

rust-toolchain.toml Outdated Show resolved Hide resolved
@folex folex added the e2e Run e2e workflow label Jun 22, 2023
@@ -123,6 +123,14 @@ pub fn client_functions(data: &HashMap<String, JValue>, args: Args) -> ClientFun
outcome: FunctionOutcome::Empty,
returned: None,
},
("run-console", "print") => {
println!("run-console: {}", json!(args.function_args));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why double?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because I'm not sure when logs are enabled and when not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e Run e2e workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants