Skip to content

Commit b8dbbf6

Browse files
committed
Update blessed patch
1 parent fb0a348 commit b8dbbf6

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

patches/blessed#0.1.81.patch

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -444,15 +444,7 @@ Index: /blessed/lib/widgets/node.js
444444
===================================================================
445445
--- /blessed/lib/widgets/node.js
446446
+++ /blessed/lib/widgets/node.js
447-
@@ -8,17 +8,15 @@
448-
* Modules
449-
*/
450-
451-
var EventEmitter = require('../events').EventEmitter;
452-
-
453-
+console.log('node_modules error', (new Error()).stack)
454-
/**
455-
* Node
447+
@@ -15,10 +15,8 @@
456448
*/
457449

458450
function Node(options) {
@@ -473,19 +465,7 @@ Index: /blessed/lib/widgets/node.js
473465
this.screen = this;
474466
} else if (Screen.total === 1) {
475467
this.screen = Screen.global;
476-
@@ -53,9 +52,10 @@
477-
+ ' append the element later.');
478-
}
479-
});
480-
} else {
481-
- throw new Error('No active screen.');
482-
+ console.log('node_modules error', (new Error()).stack)
483-
+ throw new Error('No active screen okokokokoko.');
484-
}
485-
}
486-
487-
this.parent = options.parent || null;
488-
@@ -76,9 +76,9 @@
468+
@@ -76,9 +75,9 @@
489469
}
490470

491471
Node.uid = 0;

0 commit comments

Comments
 (0)