Skip to content

Commit 7d97ecc

Browse files
committed
fixed history migration issue; a race condition
1 parent 0b4fff3 commit 7d97ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Clipjump.ahk

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,12 @@ else if (ini_Version != VERSION)
162162
{
163163
save_default(0) ;0 corresponds to selective save
164164
gosub Reload ; Update plugin includes with what the user has incase he updates his Clipjump
165+
sleep 10000 ; to counter race condition
165166
}
166167

167168
; start history
168169
; migrate if needed
169170
global DB := new SQLiteDB()
170-
msgbox % "hi " FileExist(DBPATH)
171171
if (!FileExist(DBPATH))
172172
isnewdb := 1
173173
else

0 commit comments

Comments
 (0)