Skip to content

Commit 62cbb93

Browse files
committed
src: update threadpool type
1 parent 8da5bf5 commit 62cbb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_sqlite.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ class BackupJob : public ThreadPoolWork {
451451
std::string dest_db,
452452
int pages,
453453
Local<Function> progressFunc)
454-
: ThreadPoolWork(env, "node_sqlite3.BackupJob"),
454+
: ThreadPoolWork(env, "node.sqlite.BackupJob"),
455455
env_(env),
456456
source_(source),
457457
pages_(pages),

0 commit comments

Comments
 (0)