We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7100d8 commit b8ceb7fCopy full SHA for b8ceb7f
compose.js
@@ -14,7 +14,7 @@ class Compose {
14
this.docker = dockerode;
15
16
if (file === undefined) {
17
- throw new Error('please specify a file and a project name');
+ throw new Error('please specify a file');
18
}
19
20
this.file = file;
@@ -28,7 +28,7 @@ class Compose {
28
this.projectName = this.recipe.name || projectName;
29
30
if (this.projectName === undefined) {
31
+ throw new Error('please specify a project name');
32
33
34
0 commit comments