mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-26 21:51:06 +00:00
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…
x
Reference in New Issue
Block a user