Ignore:
Timestamp:
09/19/13 16:21:00 (11 years ago)
Author:
tbretz
Message:
Little improvements to the output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/Observation_class.js

    r17180 r17189  
    5858        case 'DATA':
    5959            if (i!=obj.measurements.length-1)
    60                 throw new Error("DATA must be the last in the list of measurements");
     60                throw new Error("DATA [n="+i+", "+utc.toUTCString()+"] must be the last in the list of measurements [cnt="+obj.measurements.length+"]");
    6161            if (ret[i].source == undefined)
    6262                throw new Error("Observation must have either 'source' or 'task' " +
Note: See TracChangeset for help on using the changeset viewer.