Skip to content

Commit

Permalink
Add rename to DatArchive api.
Browse files Browse the repository at this point in the history
  • Loading branch information
sammacbeth committed Jun 9, 2018
1 parent 55fadfb commit ec03822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ global.resetBridge = async () => {
['resolveName', 'getInfo', 'stat', 'readdir', 'history', 'readFile', 'writeFile', 'mkdir',
'unlink', 'rmdir', 'diff', 'commit', 'revert', 'download', 'createFileActivityStream',
'createNetworkActivityStream', 'pollActivityStream', 'closeActivityStream', 'configure',
'copy']
'copy', 'rename']
.forEach((action) => {
passthroughActions.add(action);
});
Expand Down

0 comments on commit ec03822

Please sign in to comment.