• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1setTimeout(function() {
2  throw new Error('timeout');
3}, 10);
4