Skip to content

Commit be64e3f

Browse files
committed
feat: print v8 version on start
1 parent 9871d26 commit be64e3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NativeScript/NativeScript.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ - (instancetype)initWithConfig:(Config*)config {
4747
std::chrono::high_resolution_clock::time_point t2 = std::chrono::high_resolution_clock::now();
4848
auto duration = std::chrono::duration_cast<std::chrono::milliseconds>(t2 - t1).count();
4949
printf("Runtime initialization took %llims\n", duration);
50+
printf("Runtime V8 Version %s\n", V8::GetVersion());
5051

5152
if (config.IsDebug) {
5253
Isolate::Scope isolate_scope(isolate);

0 commit comments

Comments
 (0)