Chris
10/30/2020, 10:49 PMfoo
which === undefined
, and I `log.audit('undefined foo', foo)`why does the execution log turn up blank?battk
10/30/2020, 10:59 PMstalbert
10/31/2020, 12:16 AMfoo
is being JSON.stringified()
which results in nothingChris
10/31/2020, 2:11 PMstalbert
11/01/2020, 4:20 AMChris
11/01/2020, 4:12 PM