Fix block statement code style. (#3493)
This commit is contained in:
@@ -21,7 +21,7 @@ if (argSeparator > -1) {
|
||||
}
|
||||
|
||||
getV8Flags(function (err, v8Flags) {
|
||||
babelArgs.forEach(function(arg){
|
||||
babelArgs.forEach(function(arg) {
|
||||
let flag = arg.split("=")[0];
|
||||
|
||||
switch (flag) {
|
||||
|
||||
Reference in New Issue
Block a user