mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge branch 'master' of github.com:jaws-framework/JAWS
This commit is contained in:
commit
775dacc3ea
@ -160,7 +160,7 @@ CMD.prototype._installFiles = Promise.method(function(tempDirPath) {
|
||||
|
||||
var targetModPath = path.join(awsModsPath, awsmJson.name);
|
||||
if (!_this._delExisting && utils.dirExistsSync(targetModPath)) {
|
||||
throw new JawsError('Modlue named ' + awsmJson.name + ' already exists in your project', JawsError.errorCodes.UNKNOWN);
|
||||
throw new JawsError('Module named ' + awsmJson.name + ' already exists in your project', JawsError.errorCodes.UNKNOWN);
|
||||
}
|
||||
|
||||
if (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user