mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
feature(ischanged) rm Util.log
This commit is contained in:
parent
227b9556df
commit
0097ae96f6
1 changed files with 1 additions and 3 deletions
|
|
@ -22,9 +22,7 @@
|
|||
time.get(name, 'raw', function(error, fileTime) {
|
||||
var json, timeChanged;
|
||||
|
||||
if (error) {
|
||||
Util.log(error);
|
||||
} else if (readTime !== fileTime) {
|
||||
if (!error && readTime !== fileTime) {
|
||||
timeChanged = true;
|
||||
Times[name] = fileTime;
|
||||
json = Util.stringifyJSON(Times);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue