Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #291 from aexmachina/master
Browse files Browse the repository at this point in the history
Added missing require('fs')
  • Loading branch information
Andrew Nesbitt committed Apr 20, 2014
2 parents 6d3bdcd + 292e61d commit 0f54fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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 = [
Expand Down

0 comments on commit 0f54fc1

Please sign in to comment.