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
{{ message }}
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
How can I debug it?
Thanks
The text was updated successfully, but these errors were encountered: