Skip to content

Commit

Permalink
fix: 解决代码编译失败crash的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
m860 committed Jul 31, 2020
1 parent 046b8cf commit 6f34037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/useCerberus.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ export function useCerberus(props: CerberusOption): Object {
}
} else {
console.log("cerberus", `${debug ? "[debug]" : ""}hash(${hash || ""}) use backup`)
return backup();
}
return backup();
}, [code]);

return defined;
Expand Down

0 comments on commit 6f34037

Please sign in to comment.