We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0b2bcf + 8dbe11a commit 74a9b20Copy full SHA for 74a9b20
1 file changed
task/OSMPreprocessing.js
@@ -124,12 +124,12 @@ module.exports = {
124
file.contents = outputContents;
125
callback(null, file);
126
} else {
127
- callback(null, null);
+ callback(null, file);
128
}
129
})
130
.catch(err => {
131
process.stdout.write(err.message);
132
133
});
134
135
},
0 commit comments