Skip to content

Commit

Permalink
add line break in error message in console script
Browse files Browse the repository at this point in the history
DumpOfTheVar committed Aug 8, 2017
1 parent 311cb99 commit 1a23b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/migrations
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ foreach ($autoloadPaths as $autoloadPath) {
}

if (!defined('COMPOSER_AUTOLOAD_PATH')) {
fwrite(STDERR, 'Could not find composer autoloader!');
fwrite(STDERR, 'Could not find composer autoloader!' . PHP_EOL);
exit(1);
}

0 comments on commit 1a23b43

Please sign in to comment.