mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
fix: remove unreachable code
This commit is contained in:
parent
ff1e9abb33
commit
99e55b5337
@ -291,6 +291,4 @@ const parse = (descriptor: CSSPropertyDescriptor<any>, style?: string | null) =>
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new Error(`Attempting to parse unsupported css format type ${descriptor.format}`);
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user