1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 08:15:19 +03:00

serial port load balancing on motors tab

This commit is contained in:
Pawel Spychalski (DzikuVx) 2017-01-21 13:29:41 +01:00
parent e76612a4cc
commit d695b7cec3
12 changed files with 163 additions and 30 deletions

View file

@ -450,7 +450,7 @@
*/
function Q(value) {
// If the object is already a Promise, return it directly. This enables
// the resolve function to both be used to created references from objects,
// the resolve function to both be used to createdOn references from objects,
// but to tolerably coerce non-promises to promises.
if (value instanceof Promise) {
return value;
@ -993,7 +993,7 @@
// This promise library consumes exceptions thrown in handlers so they can be
// handled by a subsequent promise. The exceptions get added to this array when
// they are created, and removed when they are handled. Note that in ES6 or
// they are createdOn, and removed when they are handled. Note that in ES6 or
// shimmed environments, this would naturally be a `Set`.
var unhandledReasons = [];
var unhandledRejections = [];