diff --git a/lib/cloudfunc.js b/lib/cloudfunc.js index b7c64e73..1387693c 100644 --- a/lib/cloudfunc.js +++ b/lib/cloudfunc.js @@ -93,10 +93,10 @@ path = '/'; if (!url) - throw(Error('url could not be empty!')); + throw Error('url could not be empty!'); if (!template) - throw(Error('template could not be empty!')); + throw Error('template could not be empty!'); namesRaw = url.split('/') .slice(1, -1),