catch (error) {
// do stuff with error
}
after it's been compiled to this, and throwError doesn't actually run in the try anymore?
try {
yield d.call(throwError);
} catch (error) {
// do stuff with error
}
maybe you can transform the whole try catch
You have to compile the try catch too
Обсуждают сегодня