From a58f05a29558cba5dc7b8d7e7b23fc653190d839 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 29 Jul 2018 23:43:36 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EB=9F=AC=EB=A9=94=EC=8B=9C=EC=A7=80?= =?UTF-8?q?=EB=A5=BC=20VSCode=EC=97=90=EC=84=9C=20=EB=B0=94=EB=A1=9C=20?= =?UTF-8?q?=EC=9D=B4=EB=8F=99=ED=95=98=EA=B8=B0=20=EC=89=BD=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f_config/config.php b/f_config/config.php index d25eb2dd..f86fc6be 100644 --- a/f_config/config.php +++ b/f_config/config.php @@ -77,7 +77,7 @@ function getExceptionTraceAsString($exception) { } $args = join(", ", $args); } - $rtn[] = sprintf( "#%s %s(%s): %s(%s)", + $rtn[] = sprintf( "#%s %s:%s %s(%s)", $count, isset($frame['file']) ? $frame['file'] : 'unknown file', isset($frame['line']) ? $frame['line'] : 'unknown line',