mirror of
https://github.com/tsightler/ring-mqtt.git
synced 2025-10-19 07:05:15 +08:00
Process exit updates
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
const fs = require('fs');
|
||||
const fs = require('fs')
|
||||
|
||||
class Utils
|
||||
{
|
||||
|
||||
// Sleep function (seconds)
|
||||
sleep(sec) {
|
||||
return this.msleep(sec*1000)
|
||||
|
Reference in New Issue
Block a user