We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aed562 commit 0cb410cCopy full SHA for 0cb410c
index.js
@@ -3,7 +3,7 @@
3
const path = require('path');
4
const symbols = require('./symbols')
5
6
-const include_dir = path.resolve(`${__dirname}/include`);
+const include_dir = path.resolve(__dirname, 'include');
7
8
module.exports = {
9
include_dir,
0 commit comments