@jbrowse/core 1.6.1 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/util/index.js +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/core",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "JBrowse 2 core libraries used by plugins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"access": "public",
|
|
78
78
|
"directory": "dist"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "92455c6021abd69548496a450983d89f8837860d"
|
|
81
81
|
}
|
package/util/index.js
CHANGED
|
@@ -1254,7 +1254,7 @@ function updateStatus(_x5, _x6, _x7) {
|
|
|
1254
1254
|
|
|
1255
1255
|
function _updateStatus() {
|
|
1256
1256
|
_updateStatus = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4(msg, cb, fn) {
|
|
1257
|
-
var
|
|
1257
|
+
var res;
|
|
1258
1258
|
return _regenerator.default.wrap(function _callee4$(_context4) {
|
|
1259
1259
|
while (1) {
|
|
1260
1260
|
switch (_context4.prev = _context4.next) {
|
|
@@ -1264,9 +1264,9 @@ function _updateStatus() {
|
|
|
1264
1264
|
return fn();
|
|
1265
1265
|
|
|
1266
1266
|
case 3:
|
|
1267
|
-
|
|
1267
|
+
res = _context4.sent;
|
|
1268
1268
|
cb('');
|
|
1269
|
-
return _context4.abrupt("return",
|
|
1269
|
+
return _context4.abrupt("return", res);
|
|
1270
1270
|
|
|
1271
1271
|
case 6:
|
|
1272
1272
|
case "end":
|