We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
clasp run
(Note: Non-breaking issues are likely not to be prioritized. Please consider a PR in addition to your issue)
Clasp run outputs Logger logs in terminal.
Logger
No log can be seen.
function SimpleLog() { for (let index = 0; index < 5; index++) { Logger.log(index); } }
clasp run SimpleLog
No response.
v16.13.0
2.4.2
"oauthScopes": [ "https://www.googleapis.com/auth/spreadsheets", "https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/script.deployments", "https://www.googleapis.com/auth/script.projects", "https://www.googleapis.com/auth/script.webapp.deploy", "https://www.googleapis.com/auth/service.management", "https://www.googleapis.com/auth/logging.read", "https://www.googleapis.com/auth/cloud-platform" ],
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Clasp run outputs
Logger
logs in terminal.Actual Behavior
No log can be seen.
Steps to Reproduce the Problem
clasp run SimpleLog
outputs onlyNo response.
Specifications
v16.13.0
):2.4.2
):The text was updated successfully, but these errors were encountered: