Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I see console.log output in the squirrelEvent #397

Open
zhex900 opened this issue Aug 30, 2021 · 0 comments
Open

How do I see console.log output in the squirrelEvent #397

zhex900 opened this issue Aug 30, 2021 · 0 comments

Comments

@zhex900
Copy link

zhex900 commented Aug 30, 2021

Hi,

I have copy and pasted the sample code in to my main.js

switch (squirrelEvent) {
    case "--squirrel-install":
      console.log("install event ========================");
      spawn("powershell.exe", [`${appFolder}/../appx/install.ps1`]);

How do I see output of the console.log?

I did SET DEBUG=*

I run setup.exe in the powershell. But there is no output in the terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant