mirror of
https://github.com/directus/directus.git
synced 2026-01-27 03:28:07 -05:00
Exit with code 0 instead of 1
This commit is contained in:
@@ -65,5 +65,5 @@ async function create(directory) {
|
||||
stdio: 'inherit'
|
||||
});
|
||||
|
||||
process.exit(1);
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user