Skip to content

Commit d9c7fc7

Browse files
committed
Fix for travis
1 parent 2de5d93 commit d9c7fc7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

locales/en-US/editor.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ ERROR_PROJECT_SIZE_EXCEEDED=The total size of the files in your project has exce
2626

2727
# File Open/Save Error strings
2828

29+
FILE_EXISTS_HEADER=The file already exists.
2930
# The {0} here will be replaced by an actual error message
3031
OPEN_DIALOG_ERROR=An error occurred when showing the open file dialog. (error {0})
3132
# {0} will be replaced with a filename and {1} will be replaced by an error message

src/filesystem/impls/filer/lib/LegacyFileImport.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ define(function (require, exports, module) {
3838
StringUtils = require("utils/StringUtils"),
3939
Filer = require("filesystem/impls/filer/BracketsFiler"),
4040
Path = Filer.Path,
41+
fs = Filer.fs(),
4142
Content = require("filesystem/impls/filer/lib/content"),
4243
ArchiveUtils = require("filesystem/impls/filer/ArchiveUtils");
4344

0 commit comments

Comments
 (0)