made style worse for consistency
This commit is contained in:
parent
d12c06999e
commit
e96ebfc1fc
|
@ -228,8 +228,7 @@ function fillConfig(config, args) {
|
||||||
function (bound) {
|
function (bound) {
|
||||||
config.tcp.bind = bound;
|
config.tcp.bind = bound;
|
||||||
return config;
|
return config;
|
||||||
},
|
}, function (failed) {
|
||||||
function (failed) {
|
|
||||||
Object.keys(failed).forEach(function (key) {
|
Object.keys(failed).forEach(function (key) {
|
||||||
console.log('[error bind]', key, failed[key].code);
|
console.log('[error bind]', key, failed[key].code);
|
||||||
});
|
});
|
||||||
|
|
|
@ -32,8 +32,8 @@ function create(conf) {
|
||||||
config: {
|
config: {
|
||||||
save: function (changes) {
|
save: function (changes) {
|
||||||
process.send({
|
process.send({
|
||||||
type: 'com.daplie.goldilocks.config-change',
|
type: 'com.daplie.goldilocks.config-change'
|
||||||
changes: changes
|
, changes: changes
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue