extra logging
This commit is contained in:
parent
0e4ccb217d
commit
22adf0be45
4
index.ts
4
index.ts
|
@ -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)
|
||||
})();
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue