mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-13 13:11:25 +00:00
fix one typo in module_wasm_app.c's log (#299)
* fix comments wrong position * fix one typo in module_wasm_app.c's log
This commit is contained in:
parent
1f6b589c12
commit
9b8fc6ae95
|
@ -847,7 +847,7 @@ wasm_app_module_install(request_t * msg)
|
||||||
(void*) m_data, APP_THREAD_STACK_SIZE_DEFAULT) != 0) {
|
(void*) m_data, APP_THREAD_STACK_SIZE_DEFAULT) != 0) {
|
||||||
module_data_list_remove(m_data);
|
module_data_list_remove(m_data);
|
||||||
SEND_ERR_RESPONSE(msg->mid,
|
SEND_ERR_RESPONSE(msg->mid,
|
||||||
"Install WASM app failed: create app threadf failed.");
|
"Install WASM app failed: create app thread failed.");
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user