midjourney-api
midjourney-api copied to clipboard
[Info]runningsJobs may have multiple lines
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
error log
runningsJobs is not displayed completely