Skip to content

Commit 0cb410c

Browse files
committed
Fixed as requested.
1 parent 3aed562 commit 0cb410c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const path = require('path');
44
const symbols = require('./symbols')
55

6-
const include_dir = path.resolve(`${__dirname}/include`);
6+
const include_dir = path.resolve(__dirname, 'include');
77

88
module.exports = {
99
include_dir,

0 commit comments

Comments
 (0)