1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-05-12 11:09:04 -04:00
parent 4d7722d7ad
commit 11e1232691

View File

@ -198,8 +198,6 @@ const createPrArgs = [
"--body-file", "-",
];
console.log(createPrArgs.join(" "));
const createPrProcess = spawn("gh", createPrArgs, { stdio: "pipe", shell: true });
let result = "";
let errorResult = "";