텔레그램 id @sosto1 연락주세요.기능1.
유튜브 라이브 스트림 동시시청자봇,라이브 조회수봇. 쇼츠 조회수 1개링크에 1000000조회수 늘리기 기능이 필요합니다
당신이 나에게 꼭 필요합니다 .10년동안 나와 계약 합시다.
Bug with imap get list of folders
-
Hi, just wanted to let you know I came accross this bug while fetching the folders of my imap.
When fetching the folders, the list only contains " [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]"
But when activating debug, the list is not empty as you can see.
However it doesn't seem possible to get the debug to a variable, so I have to do it by hand which is annoying
-
@thotho said in Bug with imap get list of folders:
When fetching the folders, the list only contains " [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]"
Because BAS does not serialise objects when writing logs, you need to do it manually.
log(JSON.stringify(VAR_SOME_OBJECT))