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 d32af69 commit 438cfb0Copy full SHA for 438cfb0
templates/cli/lib/questions.js.twig
@@ -781,7 +781,7 @@ const questionsRunFunctions = [
781
choices: () => {
782
let functions = localConfig.getFunctions();
783
if (functions.length === 0) {
784
- throw new Error("No functions found in the current directory.");
+ throw new Error("No functions found in the current directory, use 'appwrite init function' to create one");
785
}
786
let choices = functions.map((func, idx) => {
787
return {
0 commit comments