mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
cleanup
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
4d7722d7ad
commit
11e1232691
@ -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 = "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user