mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-04-30 00:39:41 -05:00
Exported the isRunning variable in the speedtest task
This commit is contained in:
@@ -60,6 +60,8 @@ module.exports.create = async (type = "auto", retried = false) => {
|
||||
isRunning = false;
|
||||
}
|
||||
|
||||
module.exports.isRunning = () => isRunning;
|
||||
|
||||
module.exports.removeOld = async () => {
|
||||
await tests.removeOld();
|
||||
}
|
||||
Reference in New Issue
Block a user