Changeset 16076
- Timestamp:
- 05/23/13 12:08:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/handleDriveArmed.js
r14968 r16076 21 21 22 22 case "Locked": 23 throw new Error("Drive is LOCKED. Please unlock manually."); 23 //console.warn("Drive is LOCKED. Not all observation types will be supported."); 24 console.out("WARNING - Drive is LOCKED. Please unlock manually."); 25 return ""; 26 //throw new Error("Drive is LOCKED. Please unlock manually."); 24 27 //return undefined; 25 28 //dim.log("Drive in Locked... unlock.");
Note:
See TracChangeset
for help on using the changeset viewer.