Comparing version 4.6.1 to 4.6.2
@@ -119,6 +119,8 @@ 'use strict'; | ||
sources.push([ | ||
path.join(temppath, file), | ||
`${preamble}\n${jspart ? jspart : rawsource}` | ||
]); | ||
if (path.join(temppath, file) !== tempfile) { | ||
sources.push([ | ||
path.join(temppath, file), | ||
`${preamble}\n${jspart ? jspart : rawsource}` | ||
]); | ||
} | ||
}); | ||
@@ -125,0 +127,0 @@ } |
{ | ||
"name": "eshost", | ||
"version": "4.6.1", | ||
"version": "4.6.2", | ||
"description": "Invoke ECMAScript scripts in any command line JS engine.", | ||
@@ -5,0 +5,0 @@ "main": "lib/eshost.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
92561
1777