Open ezekg opened 9 years ago
Also add an option to display the call stack in the results table. Need a way to determine if a function is being executed from inside of the previously visited function.
During perform, the @environment instance variable tracks the current stack. https://github.com/sass/sass/blob/stable/lib/sass/environment.rb#L133
@environment
Also add an option to display the call stack in the results table. Need a way to determine if a function is being executed from inside of the previously visited function.