Showing
1 changed file
with
8 additions
and
6 deletions
1 | -var url = 'http://mylogger.io/log'; | 1 | +(function (exports, require, module, __filename, __dirname) { |
2 | + var url = 'http://mylogger.io/log'; | ||
2 | 3 | ||
3 | -function log(message) { | 4 | + function log(message) { |
4 | - // Send an HTTP request | 5 | + // Send an HTTP request |
5 | - console.log(message); | 6 | + console.log(message); |
6 | -} | 7 | + } |
7 | 8 | ||
8 | -module.exports = log; | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
9 | + module.exports = log; | ||
10 | +}) | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment