Skip to content

Commit

Permalink
log error
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Nov 17, 2023
1 parent d4b62f4 commit 6329b3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ export default async function createTile({
console.log("[geotiff-tile] tile_width", tile_width);
console.log("[geotiff-tile] tile_srs", tile_srs);
console.log("[geotiff-tile] use_overview", use_overview);
console.error("[geotiff-tile]", error);
throw error;
}
}
Expand Down

0 comments on commit 6329b3c

Please sign in to comment.