chore: revert the rails whitespace change
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -57,6 +57,7 @@ export class RailsNewRunner {
|
||||
const baseCommand = 'rails';
|
||||
const baseArguments = ['new'];
|
||||
const commandExistsToRun = await commandExists(baseCommand);
|
||||
|
||||
if (commandExistsToRun) {
|
||||
const arrayExtraArguments = railsArgumentResolver(
|
||||
workspacePath,
|
||||
|
||||
Reference in New Issue
Block a user