Commit 32ee66a7 authored by Ahmad's avatar Ahmad

init

parent 3a1f5475
......@@ -148,6 +148,7 @@ async function main() {
let newConfig=await getConfig()
newConfig=JSON.stringify(newConfig)
applyChanges(newConfig)
if (storeConfig === null || newConfig !==storeConfig)
{
console.log('config has been changed')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment