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

[Info]runningsJobs may have multiple lines #239

Open
alphabiz-se4 opened this issue Oct 16, 2023 · 0 comments
Open

[Info]runningsJobs may have multiple lines #239

alphabiz-se4 opened this issue Oct 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@alphabiz-se4
Copy link

the code that reproduces this issue or a replay of the bug

async waitInfo() {
        return new Promise((resolve, reject) => {
            this.onceInfo((message) => {
                console.log('!!!', message)
                resolve((0, utils_1.formatInfo)(message));
            });
        });
    }
const infoResponse = await client.Info()
console.log('infoResponse!!!', infoResponse, runningJobs)

Describe the bug

Describe the bug
runningsJobs is not displayed completely

Expected behavior
Expect runningsJobs to display completely

Screenshots
e7b65e0d4f1da8a61ebc7e91c619cf1

error log

runningsJobs is not displayed completely

@alphabiz-se4 alphabiz-se4 added the bug Something isn't working label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant