File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed
Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments