Skip to content

Commit

Permalink
backport localfs changes from v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Apr 18, 2018
1 parent 086d429 commit 7e90154
Show file tree
Hide file tree
Showing 6 changed files with 214 additions and 57 deletions.
5 changes: 3 additions & 2 deletions plugins/c9.vfs.standalone/www/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ define(function(require, exports, module) {
});
});
}
onload && onload();

setTimeout(function() {
onload && onload();
});
});
if (app) {
app.on("service", function(name, plugin) {
Expand Down
154 changes: 114 additions & 40 deletions plugins/node_modules/vfs-local/localfs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/node_modules/vfs-local/test/mock/file.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions plugins/node_modules/vfs-local/test/mock/file2.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7e90154

Please sign in to comment.