Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
2 changed files with 3 additions and 6 deletions
Showing only changes of commit 15d9225c04 - Show all commits

View File

@ -83,7 +83,8 @@ class Intval {
* that interupts the node process
*
*/
_undeclarePins () {
_undeclarePins (e) {
log.error(e)
if (!this._pin) {
log.warn('_undeclarePins', { reason : 'No pins'})
return process.exit()

View File

@ -1,7 +1,3 @@
'use strict'
const intval = require('../lib/intval')
setTimeout(() => {
intval.frame()
}, 3000)