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)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
228
Commits
2
Branches
0
Tags
1.3 MiB
Tag:
Branch:
Tree:
f24e6f7163
dependabot/npm_and_yarn/BuildServer/eslint-7.2.0
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f24e6f7163'
${ noResults }
micro-build-server
/
BuildServer
/
lib
/
mail-sender.js
4 lines
81 B
Raw
Normal View
History
Unescape
Escape
Mail notification implemented
11 years ago
"use strict"
;
Improved code style
8 years ago
exports
.
send
=
(
message
,
callback
)
=>
process
.
nextTick
(
callback
)
;