Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Display error message for invalid zip errors #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified deps/brackets-extensibility-0.45.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var _stringMap = {
"INVALID_REQUIREMENTS" : "The requirements given were not a valid semver specification.",

// Validation errors
"INVALID_ZIP_FILE" : "The uploaded content is not a valid zip file.",
"INVALID_ZIP_FILE" : "The uploaded content is not a valid zip file (error was: {1}).",
"INVALID_PACKAGE_JSON" : "The package.json file is not valid (error was: {0}).",
"MISSING_PACKAGE_NAME" : "The package.json file doesn't specify a package name.",
"BAD_PACKAGE_NAME" : "{0} is an invalid package name (valid package names contain only lowercase letters, numbers, '.', '-' and '_'). Use 'title' for a display name.",
Expand Down