-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Problem with Project.getAllFiles #6403
Comments
Comment by sprintr Have you tried this way var AppInit = brackets.getModule('utils/AppInit'),
ProjectManager = brackets.getModule('project/ProjectManager');
AppInit.appReady(function() {
console.log(ProjectManager.getAllFiles());
}); |
Comment by fdecampredon The |
Comment by peterflynn
|
Comment by fdecampredon Like I said I use busykai PR, in this version I have the line : _getAllFilesCache().done(function (result) { |
Comment by njx Hi |
Issue by fdecampredon
Tuesday Mar 04, 2014 at 11:11 GMT
Originally opened as adobe/brackets#7073
When I try to use project.getAllFiles on a "big project" (typescript compiler) the promise returned by getAllFiles() never resolve. I use this the #6530 PR code .
I was able to debug a bit and ends up with this error:
The text was updated successfully, but these errors were encountered: