From a28595da9a7872bdafc0b0594e70a09fc80d8865 Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Sun, 24 Mar 2024 14:59:00 +0800 Subject: [PATCH] remove useless `console.log(subProcessOfPuppeteer)` --- packages/ui/src/main/window/mainWindow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/main/window/mainWindow.ts b/packages/ui/src/main/window/mainWindow.ts index 9076ea7..932f3e9 100644 --- a/packages/ui/src/main/window/mainWindow.ts +++ b/packages/ui/src/main/window/mainWindow.ts @@ -130,7 +130,7 @@ export function createMainWindow(): void { env: subProcessEnv, stdio: ['inherit', 'inherit', 'inherit', 'pipe', 'ipc'] }) - console.log(subProcessOfPuppeteer) + // console.log(subProcessOfPuppeteer) return new Promise((resolve, reject) => { subProcessOfPuppeteer!.stdio[3]!.pipe(JSONStream.parse()).on('data', async (raw) => { const data = raw