apify-cli 0.18.2-beta.2 → 0.18.2-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/commands/run.js +1 -1
package/package.json
CHANGED
package/src/commands/run.js
CHANGED
|
@@ -30,7 +30,7 @@ class RunCommand extends ApifyCommand {
|
|
|
30
30
|
|
|
31
31
|
if (!packageJsonExists && !mainPyExists) {
|
|
32
32
|
throw new Error(
|
|
33
|
-
'Actor is of an
|
|
33
|
+
'Actor is of an unknown format.'
|
|
34
34
|
+ ` Make sure either the 'package.json' file or 'src/__main__.py' file exists.`,
|
|
35
35
|
);
|
|
36
36
|
}
|