Skip to content

Commit

Permalink
https://github.com/water-fountains/datablue/issues/39
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Hauser committed Dec 22, 2019
1 parent 373a55d commit fde70d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/services/conflate.data.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function mergeFountainProperties(fountains, mergeNotes='', mergeDistance=null){
}
}catch(err) {
temp.sources[src_name].status = PROP_STATUS_ERROR;
let warning = `Lost in translation of ${p.id} from ${src_name}: ${err}`;
let warning = `Lost in translation of "${p.id}" from "${src_name}": ${err.stack}`;
temp.sources[src_name].comments.push(warning);
l.error(warning);
}
Expand Down

0 comments on commit fde70d8

Please sign in to comment.