Comparing version 1.2.6 to 1.2.7
@@ -48,8 +48,7 @@ #!/usr/bin/env node | ||
var _time = 'timeNotFound' | ||
try { | ||
var _event = JSON.parse(fs.readFileSync(p, 'utf-8')) | ||
var key = _event.value.frame.testData.metadata.find(function(r) { return r.key === '!instrument.serial'}) | ||
_time = _event.value.frame.testData.metadata.find(function(r) { return r.key === '!tablet.dateTime'}).value | ||
_time = _event.value.frame.testData.metadata.find(function(r) { return r.key === '!tablet.dateTime'}).value.replace(':','-') | ||
if (key) { | ||
@@ -56,0 +55,0 @@ instrumentName = key.value |
{ | ||
"name": "flat-spe", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.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
2445