Use correct path for logs

This commit is contained in:
Samuel Elliott 2018-03-22 16:25:06 +00:00
parent 5e8e9fa19f
commit db6be20864
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
1 changed files with 1 additions and 1 deletions

View File

@ -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 {