You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
)The text was updated successfully, but these errors were encountered: