Update 09-log-level-environment-variable.patch
This commit is contained in:
parent
49727f17de
commit
849f5eb11b
|
@ -15,15 +15,6 @@ diff --git a/build/main.js b/build/main.js
|
|||
index 8b645c6..686ac80 100644
|
||||
--- a/build/main.js
|
||||
+++ b/build/main.js
|
||||
@@ -12,7 +12,7 @@
|
||||
var result = release.match(matcher);
|
||||
if (result[1])
|
||||
return result[1];
|
||||
- return "0.0.0";
|
||||
+ return "1.0.0";
|
||||
}
|
||||
module.exports = __module_os;
|
||||
},
|
||||
@@ -67,6 +67,35 @@
|
||||
var external_electron_log_default = __webpack_require__.n(
|
||||
external_electron_log_namespaceObject
|
||||
|
|
Loading…
Reference in New Issue