From fde574ae2277faee8005b6db9bf03d3354541065 Mon Sep 17 00:00:00 2001 From: jhutchings1 Date: Sat, 11 Jul 2020 12:54:20 -0700 Subject: [PATCH] Update codeql.ts --- src/codeql.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/codeql.ts b/src/codeql.ts index f7699c7b9..d15e35f4b 100644 --- a/src/codeql.ts +++ b/src/codeql.ts @@ -236,10 +236,10 @@ function getCodeQLForCmd(cmd: string): CodeQL { const options = {}; options.listeners = { stdout: (data: Buffer) => { - core.debug(data.toString()); + core.debug("Debug" + data.toString()); }, stderr: (data: Buffer) => { - core.error(data.toString()); + core.error("Error occured" + data.toString()); } }; await exec.exec(cmd, [