extra logging

This commit is contained in:
DaInfLoop 2024-08-07 00:25:02 +01:00
parent 0e4ccb217d
commit 22adf0be45

View file

@ -220,6 +220,8 @@ const getFriends = function getFriends(): NSOUser[] {
'NXAPI_USER_AGENT': USER_AGENT
} });
console.log("getFriends", stdout.toString('utf-8').slice())
return JSON.parse(stdout.toString('utf-8').slice());
};
@ -297,4 +299,4 @@ app.action('check-synced', async (ctx) => {
}
}
}, 60_000)
})();
})();