You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, Adam this is a brilliant piece of kit. Kudos.
I'm putting together a pack of Javascript libraries for Salesforce developers and would really love to include your library. One hitch, however, is the automatic inclusion of the file / line # of the invocation. I suspect that we'll always see log.js:19 on the right, but perhaps the file / line # of the invoking script can be included as a "tag" or something on the left ?
The text was updated successfully, but these errors were encountered:
We definitely want to add line numbers. However, unfortunately, the nature of wrapping console.log means we'll lose the ability to display the line number on the right.
There are a number of possible solutions we are considering to address this. For example, if we change the exports at the bottom of the script to something like the following:
First off, Adam this is a brilliant piece of kit. Kudos.
I'm putting together a pack of Javascript libraries for Salesforce developers and would really love to include your library. One hitch, however, is the automatic inclusion of the file / line # of the invocation. I suspect that we'll always see log.js:19 on the right, but perhaps the file / line # of the invoking script can be included as a "tag" or something on the left ?
The text was updated successfully, but these errors were encountered: