vipcxj/jasync

compile error

Closed this issue · 1 comments

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

        }
        return JAsync.just();
    }

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.