Skip to content

Commit 711b1da

Browse files
committed
Update wording
1 parent dedc2b9 commit 711b1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function webpackConfig(dir, additionalConfig) {
2727
var dirPath = path.join(process.cwd(), dir);
2828

2929
if (dirPath === functionsPath) {
30-
throw new Error("Function source directory and compiled directory are the same");
30+
throw new Error("Function source and publish folder should be in different locations");
3131
}
3232

3333
var webpackConfig = {

0 commit comments

Comments
 (0)