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 c09ea49 commit bc6f25eCopy full SHA for bc6f25e
templates/cli/lib/questions.js.twig
@@ -775,7 +775,7 @@ const questionsRunFunctions = [
775
choices: () => {
776
let functions = localConfig.getFunctions();
777
if (functions.length === 0) {
778
- throw new Error("No functions found in the current directory, use 'appwrite init function' to create one");
+ throw new Error("No functions found in the current directory. Use 'appwrite init function' to create one");
779
}
780
let choices = functions.map((func, idx) => {
781
return {
0 commit comments