Update codeql.ts

This commit is contained in:
jhutchings1
2020-07-11 12:54:20 -07:00
parent 3b632c3106
commit fde574ae22
+2 -2
View File
@@ -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, [