Digital module, not complete, was crashing app by looking for a non-existant module

This commit is contained in:
mmcwilliams 2018-10-23 14:32:41 -04:00
parent a342ecca66
commit 5f50e1f082
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ button:focus {
width: 7px; width: 7px;
position: absolute; position: absolute;
top: 0; top: 0;
left: calc(50% - (14px * 2)); left: calc(22%);
} }
.dial-end { .dial-end {
transform: rotateZ(0deg); transform: rotateZ(0deg);

View File

@ -13,7 +13,7 @@ const uuid = require('uuid')
const events = require('events') const events = require('events')
const async = require('async') const async = require('async')
const path = require('path') const path = require('path')
const digital = require('./lib/digital') //const digital = require('./lib/digital')
const ee = new events.EventEmitter() const ee = new events.EventEmitter()
//const capture = require('./lib/capture')(ee) //const capture = require('./lib/capture')(ee)
const settings = require('./lib/settings') const settings = require('./lib/settings')