We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5612620 commit d5b489fCopy full SHA for d5b489f
src/filesystem/impls/filer/lib/LegacyFileImport.js
@@ -38,6 +38,7 @@ define(function (require, exports, module) {
38
StringUtils = require("utils/StringUtils"),
39
Filer = require("filesystem/impls/filer/BracketsFiler"),
40
Path = Filer.Path,
41
+ fs = Filer.fs(),
42
Content = require("filesystem/impls/filer/lib/content"),
43
ArchiveUtils = require("filesystem/impls/filer/ArchiveUtils");
44
0 commit comments