Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save daniellizik-sc/0217f120fd3639ff0db17815b906c0ab to your computer and use it in GitHub Desktop.
Save daniellizik-sc/0217f120fd3639ff0db17815b906c0ab to your computer and use it in GitHub Desktop.
meld.around(__sco, 'type', function(methodCall) {
var arg = methodCall.args[0];
var res = methodCall.proceed();
var stack = new Error().stack.replace('Error', '');
if (stack.indexOf('__sco.osr.show') > -1)
console.log(stack);
return res;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment