Test frame (and see why release switch is causing a hard exit)

This commit is contained in:
mmcw-dev 2017-10-19 21:40:24 -04:00
parent 53d50e715c
commit 4818b44abf
1 changed files with 5 additions and 1 deletions

View File

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