mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-05 10:38:30 +00:00
v4.0.0-rc13.12
* Changed: Tweak automatic error reporting settings to catch more errors.
This commit is contained in:
parent
d6504757b3
commit
cc24c86068
2 changed files with 4 additions and 11 deletions
|
@ -15,7 +15,6 @@ import SocketClient from './socket';
|
|||
import Site from 'site';
|
||||
import Vue from 'utilities/vue';
|
||||
import { timeout } from './utilities/object';
|
||||
import { strict } from 'assert';
|
||||
|
||||
class FrankerFaceZ extends Module {
|
||||
constructor() {
|
||||
|
@ -150,7 +149,7 @@ ${typeof x[1] === 'string' ? x[1] : JSON.stringify(x[1], null, 4)}`
|
|||
FrankerFaceZ.Logger = Logger;
|
||||
|
||||
const VER = FrankerFaceZ.version_info = {
|
||||
major: 4, minor: 0, revision: 0, extra: '-rc13.11',
|
||||
major: 4, minor: 0, revision: 0, extra: '-rc13.12',
|
||||
commit: __git_commit__,
|
||||
build: __webpack_hash__,
|
||||
toString: () =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue