aboutsummaryrefslogtreecommitdiffhomepage
path: root/server.js
diff options
context:
space:
mode:
Diffstat (limited to 'server.js')
-rw-r--r--server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.js b/server.js
index ff94290..5b42261 100644
--- a/server.js
+++ b/server.js
@@ -9,7 +9,7 @@ function run (data,frames) {
const Orca = require('./desktop/core/orca')
const library = require('./desktop/core/library')
- const orca = new Orca(library)
+ const orca = new Orca(terminal)
const w = data.split('\n')[0].length
const h = data.split('\n').length