Unverified Commit fa2eddf9 by Kewde Committed by GitHub

wait after timeout (credits to original author)

parent 59e20984
...@@ -3,5 +3,7 @@ var {app} = require('electron'); ...@@ -3,5 +3,7 @@ var {app} = require('electron');
var createdb = require('./createdb.js'); var createdb = require('./createdb.js');
createdb(function () { createdb(function () {
setTimeout(function () {
app.quit(); app.quit();
}, 1000);
}); });
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