You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/node_modules/aware/index.js b/node_modules/aware/index.js
index 6f1d10e..87a944b 100644
--- a/node_modules/aware/index.js+++ b/node_modules/aware/index.js@@ -180,5 +180,8 @@ function tokenize(str){
* @return {String} Clean token name
*/
function clean(str) {
+ if (!str.replace) {+ return null;+ }
return str.replace(/#\{([^\}]+)\}/g, '$1');
}
\ No newline at end of file
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: