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 2de5d93 commit 89f0b2cCopy full SHA for 89f0b2c
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