Skip to content

Commit

Permalink
feat(v8): add version log for v8
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 authored and hippy-actions[bot] committed May 21, 2024
1 parent a413feb commit 70c4626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/js/src/vm/v8/v8_vm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void InitializePlatform() {
}

V8VM::V8VM(const std::shared_ptr<V8VMInitParam>& param) : VM(param) {
FOOTSTONE_DLOG(INFO) << "V8VM begin";
FOOTSTONE_DLOG(INFO) << "V8VM begin, version: " << v8::V8::GetVersion();
{
std::lock_guard<std::mutex> lock(mutex);
if (platform != nullptr) {
Expand Down

0 comments on commit 70c4626

Please sign in to comment.