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

Logger Error and how to fix it #38

Open
syneride opened this issue Oct 14, 2019 · 0 comments
Open

Logger Error and how to fix it #38

syneride opened this issue Oct 14, 2019 · 0 comments

Comments

@syneride
Copy link

Expected Behavior

From the "View" menu, choose "Logs"
Should come out the log likes this:
[19-10-14 10:05:16:913 HKT] Hello, world!

Actual Behavior

From the "View" menu, choose "Logs"
Come out the log likes this:
No logs found. Use Logger API to add logs to your project.

Steps to Reproduce the Problem

1.From the "View" menu, choose "Logs"

Steps to fix it

In 100 line of quickstart.go is as below:
Source: "function helloWorld() {\n console.log('Hello, world!');}",
change to:
Source: "function helloWorld() {\n Logger.log('Hello, world!');}",

Specifications

  • Go version (go version)
  • OS (Mac/Linux/Windows)
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