From 1d12470a78d31a054aefc7f7c9a863db24b09986 Mon Sep 17 00:00:00 2001 From: George Marques Date: Tue, 14 Nov 2017 20:01:45 -0200 Subject: Add print_error function, akin to print_line --- core/script_debugger_remote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/script_debugger_remote.h') diff --git a/core/script_debugger_remote.h b/core/script_debugger_remote.h index 22137d1350..90d2daf1f8 100644 --- a/core/script_debugger_remote.h +++ b/core/script_debugger_remote.h @@ -94,7 +94,7 @@ class ScriptDebuggerRemote : public ScriptDebugger { uint64_t msec_count; bool locking; //hack to avoid a deadloop - static void _print_handler(void *p_this, const String &p_string); + static void _print_handler(void *p_this, const String &p_string, bool p_error); PrintHandlerList phl; -- cgit v1.2.3