You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently unable to pin down why it fails. Sometimes a hex file fails when it's part of a larger processing job, but then when I run it individually, it parses just fine.
throw new Error('String \'' + str + '\' could not be parsed as \'' + pattern + '\'');
^
Error: String '-2019-04-18-HH-28-55' could not be parsed as '-yyyy-MM-dd-hh-mm'
at extractDateParts (C:\Todd.Hay\Code\OceanTS\node_modules\date-format\lib\index.js:114:9)
No description provided.
The text was updated successfully, but these errors were encountered: