Commit 0f54fc1c by Andrew Nesbitt

Merge pull request #291 from aexmachina/master

Added missing require('fs')
parents 6d3bdcda 292e61d1
var path = require('path');
var fs = require('fs');
function requireBinding() {
var fs = require('fs');
var v8 = 'v8-' + /[0-9]+\.[0-9]+/.exec(process.versions.v8)[0];
var candidates = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment