[FirstRun > win32] Fix accidentally including some broken Discord code at top of file

This commit is contained in:
Ducko 2021-12-13 09:50:27 +00:00
parent aeb25708ac
commit fddf332713
1 changed files with 0 additions and 7 deletions

View File

@ -1,10 +1,3 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.performFirstRunTasks = performFirstRunTasks;
const fs = require('fs');
const path = require('path');
const paths = require('../paths');