midjourney-api icon indicating copy to clipboard operation
midjourney-api copied to clipboard

[Info]runningsJobs may have multiple lines

Open alphabiz-se4 opened this issue 2 years ago • 0 comments
trafficstars

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 avatar Oct 16 '23 08:10 alphabiz-se4