🐛 adding empty callback to async writeFile

This commit is contained in:
Michael Straßburger 2017-04-26 17:33:13 +02:00
parent 26aa2450e1
commit b222512e7e

View File

@ -109,7 +109,7 @@ module.exports = class TileSource
_persistTile: (z, x, y, buffer) ->
zoom = z.toString()
@_createFolder userhome ".mapscii", "cache", zoom
fs.writeFile userhome(".mapscii", "cache", zoom, "#{x}-#{y}.pbf"), buffer
fs.writeFile userhome(".mapscii", "cache", zoom, "#{x}-#{y}.pbf"), buffer, -> null
_getPersited: (z, x, y) ->
try