Comparing version 1.11.11 to 1.11.12
@@ -23,2 +23,7 @@ /* | ||
if (exec.error && exec.error.code === 'ENOENT' && process.platform === 'win32') { | ||
logger.debug('Invoking patched sapwnSync due to Windows\' libuv bug'); | ||
exec = child_process.spawnSync(cmd + '.cmd', args, options); | ||
} | ||
return { | ||
@@ -25,0 +30,0 @@ stdout: exec.stdout.toString().trim(), |
{ | ||
"name": "gh", | ||
"description": "GitHub command line tools.", | ||
"version": "1.11.11", | ||
"version": "1.11.12", | ||
"homepage": "http://nodegh.io", | ||
@@ -6,0 +6,0 @@ "author": { |
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
197086
4613