Changeset 14997 for trunk/FACT++
- Timestamp:
- 03/09/13 11:03:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/CheckUnderflow.js
r14970 r14997 43 43 if (!checkStates(table)) 44 44 { 45 console.out("Something unexpected has happened. One of the servers",45 throw new Error("Something unexpected has happened. One of the servers", 46 46 "is in a state in which it should not be. Please,", 47 47 "try to find out what happened..."); 48 exit();49 48 } 50 49
Note:
See TracChangeset
for help on using the changeset viewer.