Skip to content

Commit

Permalink
Cleanup indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Oct 12, 2018
1 parent 9bfc26e commit 3816e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -212,7 +212,7 @@
}

my $node_version = `node --version`;
my ($major, $minor, $path) = $node_version =~ /v(\d+)\.(\d+)\.(\d+)/;
my ($major, $minor, $path) = $node_version =~ /v(\d+)\.(\d+)\.(\d+)/;
unless ($major > 10 || $major == 10 && $minor >= 10) {
chomp($node_version);
sorry($options{'ignore-errors'}, "Need at least node.js v10.10.0 (got $node_version)");
Expand Down

0 comments on commit 3816e22

Please sign in to comment.