fix: add debug logging

This commit is contained in:
Samuel Attard
2020-11-19 10:01:20 -08:00
parent 0770238718
commit 621083fe1f
6 changed files with 71 additions and 5 deletions

3
src/debug.ts Normal file
View File

@@ -0,0 +1,3 @@
import * as debug from 'debug';
export const d = debug('electron-universal');