diff options
Diffstat (limited to 'desktop/node_modules/@electron/universal/dist/cjs/debug.js')
-rw-r--r-- | desktop/node_modules/@electron/universal/dist/cjs/debug.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/node_modules/@electron/universal/dist/cjs/debug.js b/desktop/node_modules/@electron/universal/dist/cjs/debug.js new file mode 100644 index 0000000..f3fccb1 --- /dev/null +++ b/desktop/node_modules/@electron/universal/dist/cjs/debug.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.d = void 0; +const debug = require("debug"); +exports.d = debug('electron-universal'); +//# sourceMappingURL=debug.js.map
\ No newline at end of file |