Comparing version 0.1.6 to 0.1.7
@@ -106,3 +106,2 @@ 'use strict'; | ||
console.log(style.error(e.message)); | ||
console.log(e.stack); | ||
} | ||
@@ -109,0 +108,0 @@ throw e; |
{ | ||
"name": "neon-cli", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Build and load native Rust/Neon modules.", | ||
@@ -5,0 +5,0 @@ "author": "Dave Herman <dherman@mozilla.com>", |
@@ -76,3 +76,2 @@ import path from 'path'; | ||
console.log(style.error(e.message)); | ||
console.log(e.stack); | ||
} | ||
@@ -79,0 +78,0 @@ throw e; |
Sorry, the diff of this file is not supported yet
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
46027
850