Test frame (and see why release switch is causing a hard exit)
This commit is contained in:
parent
53d50e715c
commit
4818b44abf
|
@ -1,3 +1,7 @@
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
const intval = require('../lib/intval')
|
const intval = require('../lib/intval')
|
||||||
|
|
||||||
|
setTimeout(() => {
|
||||||
|
intval.frame()
|
||||||
|
}, 3000)
|
Loading…
Reference in New Issue