Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
backend.cache.ensureExists().then(function(){
var opts = {
argv: NwApp.argv,
backend: backend
}
// force App.start to be async
setTimeout(function(){
App.start(opts);
}, 0)
})