Skip to content

Commit

Permalink
build: initialize benchmark script properties before use
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Aug 6, 2020
1 parent 6c76a51 commit 6751b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/benchmark.ts
Expand Up @@ -35,7 +35,7 @@ interface BenchmarkResult {
}

class BenchmarkReporter extends JasmineSpecReporter implements jasmine.CustomReporter {
private _stats: BenchmarkResult | null;
private _stats: BenchmarkResult | null = null;

constructor() {
super({
Expand Down

0 comments on commit 6751b51

Please sign in to comment.