Skip to content

Commit

Permalink
Merge pull request #11 from hodor-cn/master
Browse files Browse the repository at this point in the history
fix not defined error
  • Loading branch information
vyushin authored Apr 17, 2020
2 parents 362d2ea + 5e6b3ef commit df4c09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default function(source) {
} else {
throw new Exception({
title: ERROR_TYPES[1],
message: ERROR_MESSAGES[0].replace('$1', replacementPatht),
message: ERROR_MESSAGES[0].replace('$1', replacementPath),
});
}
}
Expand Down

0 comments on commit df4c09f

Please sign in to comment.