Comparing version 0.4.3 to 0.4.4
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"engines": { | ||
@@ -13,0 +13,0 @@ "node": ">=0.8.0" |
@@ -17,3 +17,3 @@ var java = require("../testHelpers").java; | ||
catch (err) { | ||
var unsupportedVersion = err.toString().match(/Unsupported major.minor version 52.0/) | ||
var unsupportedVersion = java.instanceOf(err.cause, 'java.lang.UnsupportedClassVersionError'); | ||
test.ok(unsupportedVersion); | ||
@@ -20,0 +20,0 @@ if (unsupportedVersion) |
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
2322186