aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-background.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vapi-background.js')
-rw-r--r--js/vapi-background.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/vapi-background.js b/js/vapi-background.js
index d462bc0..957a3b8 100644
--- a/js/vapi-background.js
+++ b/js/vapi-background.js
@@ -360,7 +360,7 @@ vAPI.storage = (function() {
path2.append('extension-data');
path2.append(location.host + '.sqlite');
if (path2.exists()) {
- path2.copyTo(path, location.host+'.sqlite');
+ path2.moveTo(path, location.host+'.sqlite');
}
path.append(location.host + '.sqlite');