Skip to content

Commit 87129ac

Browse files
committed
Let getFile promise also return path and file
1 parent 498cd27 commit 87129ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
}
102102

103103
if(complete) {
104-
prom2.fulfil(chunks.join(''));
104+
prom2.fulfil(chunks.join(''), pseudo_path, pseudo_name);
105105
}
106106
});
107107

0 commit comments

Comments
 (0)