Ignore:
Timestamp:
03/04/13 20:52:12 (12 years ago)
Author:
tbretz
Message:
Print result went it is NOT undefined, not when it is undefined.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/InterpreterV8.cc

    r14983 r14987  
    18221822    // If all went well and the result wasn't undefined then print
    18231823    // the returned value.
    1824     if (!result.IsEmpty() && result->IsUndefined())
     1824    if (!result.IsEmpty() && !result->IsUndefined())
    18251825        JsResult(*String::AsciiValue(result));
    18261826
Note: See TracChangeset for help on using the changeset viewer.