Skip to content

Commit ab6c8f0

Browse files
authored
Update index.js
1 parent 0f94b7e commit ab6c8f0

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
@@ -32,7 +32,7 @@ class RiotCompiler {
3232
return new Promise((resolve, reject) => {
3333
progeny({
3434
rootPath: this.rootPath,
35-
})(path, data, (err, res) => {
35+
})(file.path, file.data, (err, res) => {
3636
if (err) {
3737
reject(err);
3838
} else {

0 commit comments

Comments
 (0)