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

compile error #8

Closed
qw623577789 opened this issue Nov 20, 2021 · 1 comment
Closed

compile error #8

qw623577789 opened this issue Nov 20, 2021 · 1 comment

Comments

@qw623577789
Copy link

    @Async(logResultTree = true)
    private static JPromise<Void> test(String command) {
        try {
            command = "对输入参数赋值,就挂了";
            JAsync.just().await();
        }
        catch( Exception e) {

        }
        return JAsync.just();
    }
vipcxj added a commit that referenced this issue Nov 21, 2021
@vipcxj
Copy link
Owner

vipcxj commented Nov 21, 2021

I have just released v0.1.9 that references this issue.

Closing this issue. Please re-open if you think there's still more to do.

@vipcxj vipcxj closed this as completed Nov 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants