mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore(assert): mark options
argument of AssertionError
constructor unstable (#5573)
This commit is contained in:
parent
606838bace
commit
b064ee1212
@ -22,7 +22,7 @@ export class AssertionError extends Error {
|
||||
/** Constructs a new instance.
|
||||
*
|
||||
* @param message The error message.
|
||||
* @param options Additional options.
|
||||
* @param options Additional options. This argument is still unstable. It may change in the future release.
|
||||
*/
|
||||
constructor(message: string, options?: ErrorOptions) {
|
||||
super(message, options);
|
||||
|
Loading…
Reference in New Issue
Block a user