Skip to content
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.

deploy.check() never resolved #230

Open
HugoHeneault opened this issue Aug 22, 2017 · 0 comments
Open

deploy.check() never resolved #230

HugoHeneault opened this issue Aug 22, 2017 · 0 comments

Comments

@HugoHeneault
Copy link

Hi there,

I'm trying to use Deploy but I can't get the deploy.check() to be resolved.
There are no errors, no console message helping me:

      // this appears in my console
      console.log('deploy.check()', this.deploy.channel);
      this.deploy.check().then((snapshotAvailable: boolean) => {
        // that never appears in my console
        console.info('deploy.check() result', snapshotAvailable);
      });

How can I debug it?

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant