Apply missing code review suggestion
This commit is contained in:
@@ -24,7 +24,7 @@ import 'css!./style';
|
||||
try {
|
||||
pixels = blurhash.decode(blurhashstr, width, height);
|
||||
} catch (err) {
|
||||
console.error('Blurhash decode error: ' + err.toString());
|
||||
console.error('Blurhash decode error: ', err);
|
||||
return;
|
||||
}
|
||||
let canvas = document.createElement('canvas');
|
||||
|
||||
Reference in New Issue
Block a user