Skip to content

Commit

Permalink
remove destructured assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Feb 5, 2017
1 parent cab7c1b commit 9167e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const {join} = require('path');
const join = require('path').join;
const exists = require('fs').existsSync;
const co = require('bluebird').coroutine;
const test = require('tape');
Expand Down

0 comments on commit 9167e53

Please sign in to comment.