Skip to content

Commit 9167e53

Browse files
committed
remove destructured assignment
1 parent cab7c1b commit 9167e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const {join} = require('path');
1+
const join = require('path').join;
22
const exists = require('fs').existsSync;
33
const co = require('bluebird').coroutine;
44
const test = require('tape');

0 commit comments

Comments
 (0)