Add a missing return statement in JS shell.
This commit is contained in:
parent
9d22644563
commit
f9d6afbdfe
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ bool JSShell::RunShell() {
|
|||
ExecuteScript(source, "(shell)");
|
||||
}
|
||||
printf("\n");
|
||||
return true;
|
||||
}
|
||||
|
||||
std::string JSShell::ReadFile(const std::string& fileName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue