Skip to content

Commit 08c8c1e

Browse files
Fixed bugsnag version not appearing
1 parent af651b3 commit 08c8c1e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/processVars.ts

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
import { Version } from './version'
1+
import { Version } from './version';
22

33
export class ProcessVars {
4-
public static version: string;
5-
6-
constructor() {
7-
ProcessVars.version = Version;
8-
}
4+
public static version: string = Version;
95
}

0 commit comments

Comments
 (0)