Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Isabella Skořepová
travian
Commits
48a4ecb3
Unverified
Commit
48a4ecb3
authored
Sep 17, 2017
by
Isabella Skořepová
Browse files
Fix typo
🐙
parent
7c529842
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/index.js
View file @
48a4ecb3
...
...
@@ -10,7 +10,7 @@ async function readCredentials() {
async
function
readChromiumOpts
()
{
try
{
const
data
=
await
promisify
(
fs
.
readFile
)(
'
chromium-opts.json
'
,
'
u
f
t-8
'
)
const
data
=
await
promisify
(
fs
.
readFile
)(
'
chromium-opts.json
'
,
'
ut
f
-8
'
)
return
JSON
.
parse
(
data
)
}
catch
(
e
)
{
return
undefined
...
...
Write
Preview
Supports
Markdown
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