Update change log and spec for wrt-plugins-tizen_0.4.9
[platform/framework/web/wrt-plugins-tizen.git] / src / Common / StandaloneConsole / StandaloneConsole.cpp
index 3605dfc..d384d65 100755 (executable)
@@ -320,6 +320,7 @@ JSValueRef StandaloneConsole::RunScriptEx(const char* path, JSValueRef *exceptio
         return RunLineEx(buff, exception);
     }
     fclose(f);
+    return JSValueMakeUndefined(mGlobalContext);
 }
 
 void StandaloneConsole::RunLine(const char * line){