mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Add functions what return version info and configure info into Globals class
Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
This commit is contained in:
parent
703c0edecc
commit
5c3f60aa47
4 changed files with 44 additions and 2 deletions
|
|
@ -733,6 +733,10 @@ int main(int argc, char* argv[])
|
|||
}
|
||||
}
|
||||
|
||||
if (runShell && !context->isDebuggerRunning()) {
|
||||
printf("escargot version:%s, %s%s\n", Globals::version(), Globals::buildDate(), Globals::supportsThreading() ? "(supports threading)" : "");
|
||||
}
|
||||
|
||||
while (runShell) {
|
||||
static char buf[2048];
|
||||
printf("escargot> ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue