Skip to content

Commit bc47d79

Browse files
committed
Maintained path separators for file in ctx UID.
1 parent 7793cd0 commit bc47d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports.parseData = function (data, file) {
6464

6565
if (methods.ctx) {
6666

67-
methods.ctx.uid = module.exports.formatStringForUID(file + '-' + methods.ctx.string);
67+
methods.ctx.uid = file + '-' + module.exports.formatStringForUID(methods.ctx.string);
6868

6969
}
7070

0 commit comments

Comments
 (0)