Skip to content

Commit

Permalink
edit error message
Browse files Browse the repository at this point in the history
  • Loading branch information
zamronypj committed May 13, 2021
1 parent 57888d4 commit f3c43ac
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ implementation
SysUtils;

resourcestring
sNotFanoDir = 'Current directory was not generated by Fano CLI or mising vendor/fano directory. ' +
'Try to create project first, for example with --project-scgi or --project-fcgi. ' +
'If you create project with --no-git parameter, you need to create vendor/fano directory manually.';
sNotFanoDir = 'Current directory was not generated by Fano CLI or missing vendor/fano directory. ' + LineEnding +
'Try to create project first, for example with --project-scgi or --project-fcgi, ' + LineEnding +
'or if you create project with --no-git parameter, you need to create vendor/fano directory manually.';
sRunWithHelp = 'Run with --help option to view available task.';

function TInFanoProjectDirCheckTask.inFanoCliGeneratedProjectDir(const currDir : string) : boolean;
Expand Down

0 comments on commit f3c43ac

Please sign in to comment.