Fix syntax error (missing ')')

This commit is contained in:
John Days
2015-06-12 14:03:28 +01:00
parent fcc4e4f8de
commit a877c6bc68

View File

@@ -20,7 +20,7 @@ function getBundle(flags) {
if (flags.assetRoots) {
assetRoots = assetRoots.concat(flags.assetRoots.split(",").map(function(root) {
return path.resolve(root);
});
}));
}