Skip to content

Commit

Permalink
fix(wordmap): require 'fs'
Browse files Browse the repository at this point in the history
  • Loading branch information
drawnepicenter committed Feb 1, 2017
1 parent cde4029 commit e21d630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/commands/wordmap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/commands/wordmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const tools = require('../tools')

const _ = require('lodash')
const child = require('child_process')
const fs = require('fs')
const noon = require('noon')

const CFILE = `${process.env.HOME}/.leximaven.noon`
Expand Down

0 comments on commit e21d630

Please sign in to comment.