Skip to content

Commit 3d42235

Browse files
committed
minor fixes
1 parent b7816c0 commit 3d42235

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/browser.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* This is the web browser implementation of `debug()`.
33
*/
44

5-
65
exports.log = log;
76
exports.formatArgs = formatArgs;
87
exports.save = save;
@@ -13,7 +12,6 @@ exports.storage = 'undefined' != typeof chrome
1312
? chrome.storage.local
1413
: localstorage();
1514

16-
1715
/**
1816
* Are we in Electron?
1917
* @returns {boolean}

src/env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
module.exports = process.env || {};
2+
module.exports = process.env || {};

0 commit comments

Comments
 (0)