Skip to content

Commit

Permalink
Merge branch 'Darmikon-master'
Browse files Browse the repository at this point in the history
* Darmikon-master:
  os.EOL instead of m flag - const instead of var
  • Loading branch information
caiogondim committed Oct 30, 2017
2 parents 183868e + 5b09621 commit ffa01ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable no-eval */
var os = require('os');
const os = require('os');

function getPredicate (line) {
return /\/\/ #if (.*)/.exec(line)[1]
Expand Down

0 comments on commit ffa01ec

Please sign in to comment.