ionicc / Github-organization-inviter

Automate inviting users to your Github Organzation!
4 stars 7 forks source link

Use string substitution for logging #14

Closed Ryuno-Ki closed 5 years ago

Ryuno-Ki commented 5 years ago

This is a follow-up of #8.

In STDOUT you can sometimes see [object Object]. e.g. for https://github.com/ionicc/Github-organization-inviter/blob/5381d04484b94a64d836c6b215ce67827fa58e72/main.js#L34 This could be evaded by using string substitution in the log call.

ionicc commented 5 years ago

@Ryuno-Ki Can you take this up?