Skip to content

Commit

Permalink
Add additional source attribute for vfs watch events (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Apr 30, 2019
1 parent 2b9afef commit c7548e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filesystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ class Filesystem {
});

this.core.broadcast('osjs/vfs:watch:change', [{
source: 'server',
path: target,
action,
type
Expand Down

0 comments on commit c7548e6

Please sign in to comment.