mirror of
https://github.com/citra-emu/discord-bot.git
synced 2025-01-03 17:05:42 +00:00
3c1019e817
* Significantly reduced deployment size * Bot starts up much more faster
12 lines
358 B
Diff
12 lines
358 B
Diff
--- a/node_modules/winston/dist/winston.js 2021-08-26 22:26:24.296000000 -0600
|
|
+++ b/node_modules/winston/dist/winston.js 2021-09-15 23:35:13.136034453 -0600
|
|
@@ -6,7 +6,7 @@
|
|
*/
|
|
'use strict';
|
|
|
|
-var logform = require('logform');
|
|
+import * as logform from 'logform/dist/browser.js';
|
|
|
|
var _require = require('./winston/common'),
|
|
warn = _require.warn;
|