1
0
Fork 0

try and handle 404s better

master
Gordon Williams 2019-11-12 17:05:20 +00:00
parent 0b52aef741
commit ed50b282e7
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ var AppInfo = {
storageFile.cmd = `\x10require('Storage').write(${toJS(storageFile.name)},${js});`;
});
resolve(fileContents);
});
}).catch(err => reject(err));
});
},
};