mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
javascript: display v8 version in /debug libs
This commit is contained in:
@@ -704,8 +704,7 @@ weechat_js_signal_debug_libs_cb (void *data, const char *signal,
|
||||
(void) type_data;
|
||||
(void) signal_data;
|
||||
|
||||
/* TODO: display v8 version */
|
||||
weechat_printf (NULL, " %s: %s", JS_PLUGIN_NAME, "version");
|
||||
weechat_printf (NULL, " %s (v8): %s", JS_PLUGIN_NAME, V8::GetVersion());
|
||||
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user