This website requires JavaScript.
Explore
Help
Register
Sign In
mingzailao
/
silverbullet
mirror of
https://github.com/silverbulletmd/silverbullet.git
Watch
1
Star
0
Fork
You've already forked silverbullet
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e291afc599
silverbullet
/
packages
/
server
/
util.ts
6 lines
103 B
TypeScript
Raw
Blame
History
export
function
safeRun
(
fn
:
(
)
=
>
Promise
<
void
>
)
{
fn
(
)
.
catch
(
(
e
)
=
>
{
console
.
error
(
e
)
;
}
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink