mirror of https://github.com/embarklabs/embark.git
add missing semicolon
This commit is contained in:
parent
cda54a8166
commit
9aac650c1e
|
@ -36,7 +36,7 @@ Cmd.prototype.newApp = function() {
|
|||
try {
|
||||
if(value.match(/^[a-zA-Z\s\-]+$/)) return value;
|
||||
} catch (e) {
|
||||
throw new Error('Name must be only letters, spaces, or dashes', 9)
|
||||
throw new Error('Name must be only letters, spaces, or dashes');
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue