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

Symlinks cause silent errors on push #549

Open
gwillz opened this issue Feb 18, 2019 · 1 comment
Open

Symlinks cause silent errors on push #549

gwillz opened this issue Feb 18, 2019 · 1 comment

Comments

@gwillz
Copy link

gwillz commented Feb 18, 2019

This is not the same as #255 or #264, although definitely related.

Bad symlinks will cause clasp push to fail - this is good. What's bad is the given error message. Luckily I solved it pretty quickly, but I if I were having a bad day I could have been here a while.

I can successfully perform a push by fixing any bad symlinks in my project. What's important here is the error message returned by clasp.

Expected Behavior

After clasp push, the reported error should be informative.

Actual Behavior

$ clasp push
Push failed. Errors:

Steps to Reproduce the Problem

  1. Create a new project: clasp create
  2. Create a bad symlink, ln -s /this/does/not/exist.ts test.ts
  3. Call clasp push

Specifications

  • Node version: 8.12
  • Version: 2.01
  • OS: Linux - Ubuntu 18.04
@grant
Copy link
Contributor

grant commented Mar 20, 2019

OK, thanks for the report.
Will have to look at the error handler for clasp push.

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

2 participants