Changeset 14886 for trunk/FACT++/scripts


Ignore:
Timestamp:
02/09/13 18:17:55 (12 years ago)
Author:
neise
Message:
finally checking in the typo I found weeks ago. The typo caused no nice Error message to be printed, when the user is not putting the schedule in the right order
File:
1 edited

Legend:

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

    r14775 r14886  
    464464    if (i>0 && observations[i].start <= observations[i-1].start)
    465465    {
    466         throw new Error("Start time '"+utc.toUTCString()+
     466        throw new Error("Start time '"+ observations[i].start.toUTCString()+
    467467                        "' in row "+i+" exceeds start time in row "+(i-1));
    468468    }
Note: See TracChangeset for help on using the changeset viewer.