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

[electron] No log in the terminal anymore #2344

Closed
MarkZ3 opened this issue Jul 11, 2018 · 2 comments
Closed

[electron] No log in the terminal anymore #2344

MarkZ3 opened this issue Jul 11, 2018 · 2 comments

Comments

@MarkZ3
Copy link
Contributor

MarkZ3 commented Jul 11, 2018

Using Theia master as of a5f7852. Electron example.
If I start it with "yarn run start", there is only a couple of lines outputted:

$ yarn run start
  yarn run v1.3.2
  $ theia start

However, this is not normal because a lot more things are usually logged. You can work around this by launching with the electron binary directly:

$ ../../node_modules/.bin/electron ./src-gen/frontend/electron-main.js
Starting server worker...
Server worker has been started. [ID: 1 | PID: 23519]
Server worker is ready to accept messages. [ID: 1 | PID: 23519]
root INFO Theia app listening on http://localhost:42139.

But this is not ideal and inconsistent with the browser example.

@kittaakos
Copy link
Contributor

Can we close this, @MarkZ3? Thanks!

marcdumais-work pushed a commit to marcdumais-work/theia that referenced this issue Oct 15, 2018
…rom the command line.

Signed-off-by: Jacques Bouthillier <jacques.bouthillier@ericsson.com>
@vince-fugnitto
Copy link
Member

I believe this issue can be closed, output is displayed in electron when testing 60dcb33.
Please re-open the issue if it's not the case.

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

3 participants