pathwatcher
Advanced tools
Comparing version 0.18.0 to 0.19.0
@@ -149,3 +149,3 @@ (function() { | ||
if (error.code === 'EACCES' && process.platform === 'darwin') { | ||
if (runas('dd', ["of=" + filePath], { | ||
if (runas('/bin/dd', ["of=" + filePath], { | ||
stdin: text, | ||
@@ -152,0 +152,0 @@ admin: true |
@@ -5,3 +5,3 @@ { | ||
"description": "Watch file events", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"licenses": [ | ||
@@ -8,0 +8,0 @@ { |
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
47285