Changeset 14994
- Timestamp:
- 03/09/13 11:01:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/InterpreterV8.cc
r14987 r14994 306 306 "}"; 307 307 if (timeout) 308 code += "if(ms>0)throw new Error('Waiti g for state "+arg1+" of server "+arg0+" timed out.');";308 code += "if(ms>0)throw new Error('Waiting for state "+arg1+" of server "+arg0+" timed out.');"; 309 309 code += "return false;" 310 310 "})('"+arg0+"',"+arg1; … … 1822 1822 // If all went well and the result wasn't undefined then print 1823 1823 // the returned value. 1824 if (!result.IsEmpty() && !result->IsUndefined() )1824 if (!result.IsEmpty() && !result->IsUndefined() && file!="internal") 1825 1825 JsResult(*String::AsciiValue(result)); 1826 1826
Note:
See TracChangeset
for help on using the changeset viewer.