Use correct path for logs
This commit is contained in:
parent
5e8e9fa19f
commit
db6be20864
|
@ -16,7 +16,7 @@ import { EmoteModule } from 'builtin';
|
|||
import electron from 'electron';
|
||||
import path from 'path';
|
||||
|
||||
const tests = typeof PRODUCTION !== 'undefined';
|
||||
const tests = typeof PRODUCTION === 'undefined';
|
||||
const ignoreExternal = false;
|
||||
|
||||
class BetterDiscord {
|
||||
|
|
Loading…
Reference in New Issue