Skip to content

Commit

Permalink
error -> log
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Mar 21, 2023
1 parent ce469e1 commit 2c0f87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/process_styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ readdirSync(path).forEach(styleName => {
if (!layer.paint) return;
attributes.forEach(attribute => {
if (!layer.paint[attribute]) return;
throw Error('implement "resolvedImage" checking');
console.log('implement "resolvedImage" checking');
})
})
}
Expand Down

0 comments on commit 2c0f87f

Please sign in to comment.