Move sync message file to tmp directory
This commit is contained in:
+1
-1
@@ -247,7 +247,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
check_show_sync_message: function() {
|
||||
return fs.existsSync('./show_sync_message.tmp');
|
||||
return fs.existsSync('./tmp/show_sync_message.tmp');
|
||||
},
|
||||
|
||||
update_label: function(hash, message, cb){
|
||||
|
||||
Reference in New Issue
Block a user