This website works better with JavaScript.
Explore
Help
Sign In
inga-lovinde
/
micro-build-server
Watch
1
Star
0
Fork
You've already forked micro-build-server
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
Build server prototype (integration with GitHub / NuGet / etc)
248
Commits
2
Branches
0
Tags
1.3 MiB
Tree:
49f1574d44
micro-build-server
/
BuildServer
/
lib
/
mail-sender.ts
4 lines
86 B
Raw
Normal View
History
Unescape
Escape
Initial working version
8 years ago
"use strict"
;
export
const
send
=
(
message
,
callback
)
=
>
process
.
nextTick
(
callback
)
;