Skip to content

Commit

Permalink
Revert in ScriptEngine.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Oct 8, 2023
1 parent 0d355c3 commit 09a6ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/cocos/bindings/jswrapper/v8/ScriptEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ bool ScriptEngine::init() {

bool ScriptEngine::init(v8::Isolate *isolate) {
cleanup();
SE_LOGE("Initializing V8, version: %s\n", v8::V8::GetVersion());
SE_LOGD("Initializing V8, version: %s\n", v8::V8::GetVersion());
++_vmId;

_engineThreadId = std::this_thread::get_id();
Expand Down

0 comments on commit 09a6ff8

Please sign in to comment.