Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
agkyra
Commits
34bbefff
Commit
34bbefff
authored
Jun 05, 2015
by
Giorgos Korfiatis
Browse files
No js debug by default
parent
122ac388
Changes
1
Hide whitespace changes
Inline
Side-by-side
agkyra/nwgui/protocol.js
View file @
34bbefff
...
...
@@ -17,7 +17,7 @@ var gui = require('nw.gui');
var
path
=
require
(
'
path
'
);
// Read config file
var
DEBUG
=
tru
e
;
var
DEBUG
=
fals
e
;
var
fs
=
require
(
'
fs
'
);
var
cnf
=
JSON
.
parse
(
fs
.
readFileSync
(
gui
.
App
.
argv
[
0
],
encoding
=
'
utf-8
'
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment