Skip to content
代码片段 群组 项目
提交 1ebf4970 编辑于 作者: Timotej Ecimovic's avatar Timotej Ecimovic
浏览文件

Switch back to always deleting DB file. There is some annoying constraint I keep running into.

上级 8f441a6e
No related branches found
No related tags found
无相关合并请求
...@@ -44,7 +44,8 @@ if (app != null) { ...@@ -44,7 +44,8 @@ if (app != null) {
try { try {
var argv = args.processCommandLineArguments(process.argv) var argv = args.processCommandLineArguments(process.argv)
if (argv.clearDb != null) { // For now delete the DB file. There is some weird constraint we run into.
if (true || argv.clearDb != null) {
startup.clearDatabaseFile() startup.clearDatabaseFile()
} }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册