- Timestamp:
- 03/23/13 20:34:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/InterpreterV8.cc
r15141 r15143 1991 1991 return Handle<Value>(); 1992 1992 1993 if (main )1993 if (main && JsGetCurrentState().index!=3) 1994 1994 JsSetState(3); 1995 1995 … … 2096 2096 2097 2097 // Execute code which was entered 2098 bool rc = ExecuteCode(command, "console", false).IsEmpty();2098 bool rc = ExecuteCode(command, "console", true).IsEmpty(); 2099 2099 if (exception.HasCaught()) 2100 2100 {
Note:
See TracChangeset
for help on using the changeset viewer.