light-task-scheduler icon indicating copy to clipboard operation
light-task-scheduler copied to clipboard

MapdbFailStore destroy 方法少了释放锁的步骤

Open xmh51 opened this issue 7 years ago • 0 comments

应该是这样的 if (fileLock != null) { fileLock.release(); } FileUtils.delete(dbPath);

xmh51 avatar Apr 17 '18 09:04 xmh51