Skip to content

Commit 42104c3

Browse files
authored
Merge pull request #4963 from ethereum/fixcall
fix hasgitsubmodules call
2 parents 88e16ab + ac47bb7 commit 42104c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/remix-ide/src/app/files/fileManager.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ const profile = {
2525
methods: ['closeAllFiles', 'closeFile', 'file', 'exists', 'open', 'writeFile', 'writeMultipleFiles', 'writeFileNoRewrite',
2626
'readFile', 'copyFile', 'copyDir', 'rename', 'mkdir', 'readdir', 'dirList', 'fileList', 'remove', 'getCurrentFile', 'getFile',
2727
'getFolder', 'setFile', 'switchFile', 'refresh', 'getProviderOf', 'getProviderByName', 'getPathFromUrl', 'getUrlFromPath',
28-
'saveCurrentFile', 'setBatchFiles', 'isGitRepo', 'isFile', 'isDirectory', 'hasGitSubmodule', 'copyFolderToJson', 'diff'
28+
'saveCurrentFile', 'setBatchFiles', 'isGitRepo', 'isFile', 'isDirectory', 'hasGitSubmodule', 'copyFolderToJson', 'diff',
29+
'hasGitSubmodules'
2930
],
3031
kind: 'file-system'
3132
}

0 commit comments

Comments
 (0)