Skip to content

Commit

Permalink
Merge pull request #4106 from ethereum/add_more_api
Browse files Browse the repository at this point in the history
add missing api to the filemanager
  • Loading branch information
yann300 authored Oct 26, 2023
2 parents c4e63f8 + 5106f72 commit 0fdc8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide/src/app/files/fileManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const profile = {
version: packageJson.version,
methods: ['closeAllFiles', 'closeFile', 'file', 'exists', 'open', 'writeFile', 'writeMultipleFiles', 'readFile', 'copyFile', 'copyDir', 'rename', 'mkdir',
'readdir', 'dirList', 'fileList', 'remove', 'getCurrentFile', 'getFile', 'getFolder', 'setFile', 'switchFile', 'refresh',
'getProviderOf', 'getProviderByName', 'getPathFromUrl', 'getUrlFromPath', 'saveCurrentFile', 'setBatchFiles', 'isGitRepo'],
'getProviderOf', 'getProviderByName', 'getPathFromUrl', 'getUrlFromPath', 'saveCurrentFile', 'setBatchFiles', 'isGitRepo', 'isFile', 'isDirectory'],
kind: 'file-system'
}
const errorMsg = {
Expand Down

0 comments on commit 0fdc8ab

Please sign in to comment.