@gyran/google-drive-incomplete-folder-sync
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -118,4 +118,9 @@ #!/usr/bin/env node | ||
state.files = filesInDestination; | ||
} catch (error) {} | ||
} catch (error) { | ||
console.log('failed to read datadir', dataPath); | ||
console.log('error', error); | ||
} | ||
console.log('saving current state', state); | ||
config.set('currentState', state); | ||
@@ -122,0 +127,0 @@ }; |
{ | ||
"name": "@gyran/google-drive-incomplete-folder-sync", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "very simple and naive incomplete folder sync with google drive for my personal use", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7538
233