@difizen/libro-kernel 0.1.29 → 0.1.31
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.
|
@@ -1580,7 +1580,7 @@ export var KernelConnection = (_dec = transient(), _dec2 = inject(KernelSpecRest
|
|
|
1580
1580
|
// Close the comm asynchronously. We cannot block message processing on
|
|
1581
1581
|
// kernel messages to wait for another kernel message.
|
|
1582
1582
|
comm.close();
|
|
1583
|
-
console.error('Exception opening new comm');
|
|
1583
|
+
console.error('Exception opening new comm', _context9.t0);
|
|
1584
1584
|
throw _context9.t0;
|
|
1585
1585
|
case 17:
|
|
1586
1586
|
case "end":
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@difizen/libro-kernel",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.31",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-infra",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"src"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@difizen/libro-common": "^0.1.
|
|
36
|
-
"@difizen/libro-core": "^0.1.
|
|
35
|
+
"@difizen/libro-common": "^0.1.31",
|
|
36
|
+
"@difizen/libro-core": "^0.1.31",
|
|
37
37
|
"@difizen/mana-app": "latest",
|
|
38
38
|
"minimist": "^1.2.8",
|
|
39
39
|
"query-string": "^8.1.0",
|
|
@@ -1287,7 +1287,7 @@ export class KernelConnection implements IKernelConnection {
|
|
|
1287
1287
|
// Close the comm asynchronously. We cannot block message processing on
|
|
1288
1288
|
// kernel messages to wait for another kernel message.
|
|
1289
1289
|
comm.close();
|
|
1290
|
-
console.error('Exception opening new comm');
|
|
1290
|
+
console.error('Exception opening new comm', e);
|
|
1291
1291
|
throw e;
|
|
1292
1292
|
}
|
|
1293
1293
|
}
|