Skip to content

Commit

Permalink
refactor: 🎨 explict ignore the error
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed Nov 20, 2024
1 parent 28a1c38 commit 1ece7bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/mako/src/plugins/ssu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ let patch = require._su_patch();
console.log(patch);
try{{
{}
}}catch(e){{}}
}}catch(e){{
//ignore the error
}}
module.export = Promise.all(
patch.map((d)=>__mako_require__.ensure(d))
).then(()=>{{
Expand Down

0 comments on commit 1ece7bb

Please sign in to comment.