Skip to content

Commit

Permalink
reject transcribe error properly
Browse files Browse the repository at this point in the history
  • Loading branch information
elorzafe committed Jul 31, 2019
1 parent 93f10c7 commit 7c0c9c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export default class AmazonAIConvertPredictionsProvider extends AbstractConvertP
}
} catch (err) {
logger.debug(err);
rej(err.message);
}
};

Expand Down

0 comments on commit 7c0c9c0

Please sign in to comment.