mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
Minor indentation change to make JSlint not complain.
This commit is contained in:
@@ -131,7 +131,7 @@ angular.module('VariablesHelper', ['Utilities'])
|
|||||||
if(value.toString() === "[object Object]"){
|
if(value.toString() === "[object Object]"){
|
||||||
//$log.error('Failed to parse YAML string. Parser returned ' + key + ' : ' + value + '.');
|
//$log.error('Failed to parse YAML string. Parser returned ' + key + ' : ' + value + '.');
|
||||||
|
|
||||||
throw 'Failed to parse YAML string. Parser returned ' + key + ' : ' + value + '.';
|
throw 'Failed to parse YAML string. Parser returned ' + key + ' : ' + value + '.';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user