diff options
Diffstat (limited to 'server.js')
-rw-r--r-- | server.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |