UNPKG

223 BJavaScriptView Raw
1var fs, a, err, text;
2fs = require('fs');
3a = 1;
4fs.readFile('continuation.js', function () {
5 err = arguments[0];
6 text = arguments[1];
7 a += 1;
8 console.log(a, err, text);
9});
10/* Generated by Continuation.js v0.1.1 */
\No newline at end of file