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

S.eachApp not getting all Applications #504

Open
ajmathews opened this issue Jul 31, 2017 · 0 comments
Open

S.eachApp not getting all Applications #504

ajmathews opened this issue Jul 31, 2017 · 0 comments

Comments

@ajmathews
Copy link

I am using the S.eachApp in my .slate.js but all the running applications do not come through. Usually it is a very small subset of all the applications. Is there any other factor that might be governing what come back?

S.eachApp((appObj) => {
  log('eachApp got this app ' + appObj.name());
  doOperations(appObj.name());
});
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

1 participant