Changeset 15143 for trunk


Ignore:
Timestamp:
03/23/13 20:34:51 (12 years ago)
Author:
tbretz
Message:
Fixed another problem with the display of exceptions in certain conditions.
File:
1 edited

Legend:

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

    r15141 r15143  
    19911991        return Handle<Value>();
    19921992
    1993     if (main)
     1993    if (main && JsGetCurrentState().index!=3)
    19941994        JsSetState(3);
    19951995
     
    20962096
    20972097        // Execute code which was entered
    2098         bool rc = ExecuteCode(command, "console", false).IsEmpty();
     2098        bool rc = ExecuteCode(command, "console", true).IsEmpty();
    20992099        if (exception.HasCaught())
    21002100        {
Note: See TracChangeset for help on using the changeset viewer.