1setTimeout(function() {
2  throw new Error('timeout');
3}, 10);
4