Why is this simple bit of code not executing in my...
# suitescript
g
Why is this simple bit of code not executing in my postsourcing callback:
Copy code
Promise.resolve().then( function(d){ log.debug('this will not log');});