We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f94b7e commit ab6c8f0Copy full SHA for ab6c8f0
index.js
@@ -32,7 +32,7 @@ class RiotCompiler {
32
return new Promise((resolve, reject) => {
33
progeny({
34
rootPath: this.rootPath,
35
- })(path, data, (err, res) => {
+ })(file.path, file.data, (err, res) => {
36
if (err) {
37
reject(err);
38
} else {
0 commit comments