andyhardy
andyhardy
### Issue Description The documentation doesn't detail how a team should use apex-nitro e.g. with respect to initialising project configuration files, do all members need the same versions of apex-nitro,...
### Issue Description Installed apex-ntro and initialized a new project. Within the 'StaticFiles' directory I have the apexnitro config and credential files and a node_modules directory containing 15k files. Do...
Ensure function time_stop and time_stop_seconds always return a value (may be null)
If I have code that refers to the time_stop function, but the current level is above debug level the function doesn't return a value and an exception is raised.
Currently, if a failure occurs within logger the exception is propagated back to the calling routine causing that routine to also fail - this should not happen. Example: the logger...